diff --git a/Data/Aeson/Transform.hs b/Data/Aeson/Transform.hs
--- a/Data/Aeson/Transform.hs
+++ b/Data/Aeson/Transform.hs
@@ -76,7 +76,7 @@
 --
 -- > Map $ Attr "foo"
 -- >
--- > -- [{ foo:1, foo:2 }] => [1, 2]
+-- > -- [{ foo:1 }, { foo:2 }] => [1, 2]
 --
 -- Extract indices
 --
diff --git a/aeson-t.cabal b/aeson-t.cabal
--- a/aeson-t.cabal
+++ b/aeson-t.cabal
@@ -1,5 +1,5 @@
 Name:                   aeson-t
-Version:                0.0.2
+Version:                0.0.3
 Author:                 Joe Nelson <cred+github@begriffs.com>
 Maintainer:             Joe Nelson <cred+github@begriffs.com>
 Category:               Data
