diff --git a/lucid-svg.cabal b/lucid-svg.cabal
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                lucid-svg
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            DSL for SVG using lucid for HTML
 -- description:         
 homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git
diff --git a/src/Lucid/Svg.hs b/src/Lucid/Svg.hs
--- a/src/Lucid/Svg.hs
+++ b/src/Lucid/Svg.hs
@@ -99,7 +99,7 @@
 --
 -- @
 -- path_ (
---   [ d_ (mA "10" "80" <> qA "52.5" "10" "95" "80" <> tA "180" "80" <> z)
+--   [ d_ (mA 10 80 <> qA 52.5 10 95 80 <> tA 180 80 <> z)
 --   , stroke_ "blue"
 --   , fill_ "orange"
 --   ])
