diff --git a/Text/Blaze.hs b/Text/Blaze.hs
--- a/Text/Blaze.hs
+++ b/Text/Blaze.hs
@@ -19,13 +19,13 @@
 --
 -- > page1 :: Html
 -- > page1 = html $ do
--- > 	head $ do
--- > 		title "Introduction page."
--- > 		link ! rel "stylesheet" ! type_ "text/css" ! href "screen.css"
--- > 	body $ do
--- > 		div ! id "header" $ "Syntax"
--- > 		p "This is an example of BlazeHtml syntax."
--- > 		ul $ forM_ [1, 2, 3] (li . string . show)
+-- >     head $ do
+-- >         title "Introduction page."
+-- >         link ! rel "stylesheet" ! type_ "text/css" ! href "screen.css"
+-- >     body $ do
+-- >         div ! id "header" $ "Syntax"
+-- >         p "This is an example of BlazeHtml syntax."
+-- >         ul $ forM_ [1, 2, 3] (li . string . show)
 --
 -- The resulting HTML can now be extracted using:
 --
diff --git a/blaze-html.cabal b/blaze-html.cabal
--- a/blaze-html.cabal
+++ b/blaze-html.cabal
@@ -1,5 +1,5 @@
 Name:         blaze-html
-Version:      0.4.2.1
+Version:      0.4.2.2
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
 License:      BSD3
