diff --git a/cmdtheline.cabal b/cmdtheline.cabal
--- a/cmdtheline.cabal
+++ b/cmdtheline.cabal
@@ -1,5 +1,5 @@
 Name: cmdtheline
-Version: 0.1.0.0
+Version: 0.1.0.1
 Synopsis: Declaritive command-line option parsing and documentation library.
 Description:
   CmdTheLine aims to remove tedium from the definition of command-line
diff --git a/src/System/Console/CmdTheLine.hs b/src/System/Console/CmdTheLine.hs
--- a/src/System/Console/CmdTheLine.hs
+++ b/src/System/Console/CmdTheLine.hs
@@ -57,7 +57,7 @@
 >      else putStrLn $ "Hello, " ++ str ++ "!"
 >
 > term :: Term (IO ())
-> term = foo <$> silent <*> greeted
+> term = hello <$> silent <*> greeted
 > 
 > termInfo :: TermInfo
 > termInfo = def { termName = "Hello", version = "1.0" }
