diff --git a/Text/Tabular.hs b/Text/Tabular.hs
--- a/Text/Tabular.hs
+++ b/Text/Tabular.hs
@@ -26,7 +26,7 @@
 -- >   , ["meh",  "well...", "worst ever", "ok"]
 -- >   ]
 --
--- > -- Text.Tabular.AsciiArt.render example id
+-- > -- Text.Tabular.AsciiArt.render id id id example
 -- > --
 -- > --     || memtest 1 | memtest 2 ||  time test  | time test 2
 -- > -- ====++===========+===========++=============+============
diff --git a/tabular.cabal b/tabular.cabal
--- a/tabular.cabal
+++ b/tabular.cabal
@@ -1,5 +1,5 @@
 name:                tabular
-version:             0.2.2.4
+version:             0.2.2.5
 synopsis:            Two-dimensional data tables with rendering functions
 description:         Tabular provides a Haskell representation of two-dimensional
                      data tables, the kind that you might find in a spreadsheet or
