diff --git a/shpider.cabal b/shpider.cabal
--- a/shpider.cabal
+++ b/shpider.cabal
@@ -1,10 +1,10 @@
 Name:               shpider 
-Version:            0.0.1
+Version:            0.0.2
 Synopsis:           Web automation library in Haskell.
 Description:
     Shpider is a web automation library for Haskell.   It allows you to quickly write crawlers, and for simple cases ( like following links ) even without reading the page source.
     .
-    It has useful features such as turning relative links from a page into absolute links, options to authorize transactions only on a given domain, and the option to only downloading html documents.
+    It has useful features such as turning relative links from a page into absolute links, options to authorize transactions only on a given domain, and the option to only download html documents.
     .
     It also provides a nice syntax for filling out forms.
     .
