diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -3,3 +3,6 @@
 
 0.1.0.1:
 		* unshadowed fig in Gtk.hs
+
+0.1.0.2:
+                * updated documentation for multiline example
diff --git a/lib/Graphics/Rendering/Plot/Gtk.hs b/lib/Graphics/Rendering/Plot/Gtk.hs
--- a/lib/Graphics/Rendering/Plot/Gtk.hs
+++ b/lib/Graphics/Rendering/Plot/Gtk.hs
@@ -208,6 +208,13 @@
 >>> withfig1_12 $ setRangeFromData XAxis Lower
 >>> withfig1_12 $ setRangeFromData YAxis Lower
 
+with the multiline feature
+
+>>> :set +m
+>>> withPlotHandle figure1 $ withPlot (1,2) $ do 
+>>>    addAxis XAxis (Side Lower) $ setTickLabelFormat "%.0f" 
+>>>    setRangeFromData XAxis Lower
+>>>    setRangeFromData YAxis Lower
 -}
 -----------------------------------------------------------------------------
 
diff --git a/plot-gtk.cabal b/plot-gtk.cabal
--- a/plot-gtk.cabal
+++ b/plot-gtk.cabal
@@ -1,5 +1,5 @@
 Name:                plot-gtk
-Version:             0.1.0.1
+Version:             0.1.0.2
 License:             BSD3
 License-file:        LICENSE
 Copyright:           (c) A.V.H. McPhail 2010
@@ -46,6 +46,6 @@
 
   ghc-prof-options:  -auto
 
-    source-repository head
-        type:     darcs
-        location: darcs get http://code.haskell.org/plot/gtk
+source-repository head
+  type:     darcs
+  location: http://code.haskell.org/plot/gtk
