diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@
   mySuite = do
     describe "Basic navigation and assertions" $ do
       it "Gets a page that has a form, with auto generated fields and token" $ do
-        get_ "url/of/page/with/form" -- Load a page
+        get "url/of/page/with/form" -- Load a page
         statusIs 200 -- Assert the status was success
 
         bodyContains "Hello Person" -- Assert any part of the document contains some text.
diff --git a/yesod-test.cabal b/yesod-test.cabal
--- a/yesod-test.cabal
+++ b/yesod-test.cabal
@@ -1,5 +1,5 @@
 name:               yesod-test
-version:            1.4.2.1
+version:            1.4.2.2
 license:            MIT
 license-file:       LICENSE
 author:             Nubis <nubis@woobiz.com.ar>
