diff --git a/Test/QuickCheck/Monadic/WebDriver.hs b/Test/QuickCheck/Monadic/WebDriver.hs
--- a/Test/QuickCheck/Monadic/WebDriver.hs
+++ b/Test/QuickCheck/Monadic/WebDriver.hs
@@ -35,7 +35,7 @@
 -- > import Test.QuickCheck.Monadic (run, pick, assert)
 -- > import Test.WebDriver
 -- > prop_Example = monadicWD allCaps $ do
--- >     pick $ oneof ("http://www.yesodweb.com", "http://snapframework.com/")
+-- >     url <- pick $ oneof ("http://www.yesodweb.com", "http://snapframework.com/")
 -- >     run $ openPage url
 -- >     assert True
 -- >     runIO $ putStrLn $ "We've just evaluated a `Gen a` using `pick` and \
diff --git a/quickcheck-webdriver.cabal b/quickcheck-webdriver.cabal
--- a/quickcheck-webdriver.cabal
+++ b/quickcheck-webdriver.cabal
@@ -2,7 +2,7 @@
 --  documentation, see http://haskell.org/cabal/users-guide/
 
 name:                quickcheck-webdriver
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Utilities for using WebDriver with QuickCheck
 -- description:         
 license:             MIT
