diff --git a/test-sandbox.cabal b/test-sandbox.cabal
--- a/test-sandbox.cabal
+++ b/test-sandbox.cabal
@@ -1,11 +1,17 @@
 Name:           test-sandbox
-Version:        0.0.1
+Version:        0.0.1.1
 Cabal-Version:  >= 1.14
 Category:       Testing
 Synopsis:       Sandbox for system tests
 Description:    Allows starting and stopping previously registered programs in a sandboxed environment.
+                .
                 This package provides functions to easily communicate with the aforementioned processes
                 via TCP or standard input/output.
+                .
+                Usage examples can be found on the github page:
+                <http://gree.github.io/haskell-test-sandbox/>
+                .
+                Extensive documentation is available in the source code itself.
 License:        BSD3
 License-File:   LICENSE
 Author:         Benjamin Surma <benjamin.surma@gree.net>
