diff --git a/src/Text/Taggy/Lens.hs b/src/Text/Taggy/Lens.hs
--- a/src/Text/Taggy/Lens.hs
+++ b/src/Text/Taggy/Lens.hs
@@ -84,7 +84,7 @@
 --
 -- >>> let markup = "<html xmlns=\"http://www.w3.org/1999/xhtml\"><head></head><body></body></html>" :: Lazy.Text
 -- >>> markup ^? html . element . attrs
--- Just fromList [("xmlns","http://www.w3.org/1999/xhtml")]
+-- Just (fromList [("xmlns","http://www.w3.org/1999/xhtml")])
 -- >>> markup ^? html . element . attrs . at "xmlns" & join
 -- Just "http://www.w3.org/1999/xhtml"
 -- >>> markup ^? html . element . attrs . at "style" & join
diff --git a/taggy-lens.cabal b/taggy-lens.cabal
--- a/taggy-lens.cabal
+++ b/taggy-lens.cabal
@@ -1,5 +1,5 @@
 name:          taggy-lens
-version:       0.1.1
+version:       0.1.2
 synopsis:      Lenses for the taggy html/xml parser
 description:
   Lenses, folds, traversals and prisms for
