diff --git a/blaze-svg.cabal b/blaze-svg.cabal
--- a/blaze-svg.cabal
+++ b/blaze-svg.cabal
@@ -1,5 +1,5 @@
 name:                blaze-svg
-version:             0.3.3.0
+version:             0.3.3.1
 synopsis:            SVG combinator library
 homepage:            https://github.com/deepakjois/blaze-svg
 license:             BSD3
@@ -46,7 +46,7 @@
   Build-depends:
     base            >= 4  && < 5,
     mtl             >= 2  && < 3,
-    blaze-markup    >= 0.5 && < 0.6
+    blaze-markup    >= 0.5 && < 0.7
 
 Source-repository head
   Type:     git
diff --git a/src/Text/Blaze/Svg/Internal.hs b/src/Text/Blaze/Svg/Internal.hs
--- a/src/Text/Blaze/Svg/Internal.hs
+++ b/src/Text/Blaze/Svg/Internal.hs
@@ -25,7 +25,7 @@
 -- >
 -- > svgDoc :: S.Svg
 -- > svgDoc = S.docTypeSvg ! A.version "1.1" ! A.width "150" ! A.height "100" $ do
--- >  path ! d makeSimplePath
+-- >  S.path ! A.d makeSimplePath
 -- >
 -- > makeSimplePath :: S.AttributeValue
 -- > makeSimplePath =  mkPath do
