diff --git a/Readme.md b/Readme.md
--- a/Readme.md
+++ b/Readme.md
@@ -5,7 +5,7 @@
 
 Servant-subscriber enables you clients to subscribe to resources in your servant-api (an API endpoint).
 Servant-subscriber will then notify the client via a WebSocket connection whenever the resource
-changes, thus the client can easily stay up to date all the time.
+changes, thus the client can easily stay up to date with a resource.
 
 ## Status
 
diff --git a/servant-subscriber.cabal b/servant-subscriber.cabal
--- a/servant-subscriber.cabal
+++ b/servant-subscriber.cabal
@@ -1,6 +1,6 @@
 name:                servant-subscriber
-version:             0.1.0.1
-synopsis:            Initial project template from stack
+version:             0.1.0.2
+synopsis:            When REST is not enough ...
 description:         Please see Readme.md
 homepage:            http://github.com/eskimor/servant-subscriber#readme
 license:             BSD3
@@ -17,7 +17,7 @@
 
 library
   hs-source-dirs:      src
-  exposed-modules:     
+  exposed-modules:
                        Servant.Subscriber
                      , Servant.Subscriber.Backend
                      , Servant.Subscriber.Backend.Wai
