diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -12,4 +12,6 @@
 
     (a) = 2   (a+1) = 3       (map (+a) [1..3]) = [3,4,5]
 
+Have alook at the [list of features!](FEATURES.md).
 
+*Concieved at http://stackoverflow.com/q/31349556/499478*
diff --git a/dump.cabal b/dump.cabal
--- a/dump.cabal
+++ b/dump.cabal
@@ -2,7 +2,7 @@
 -- see http://haskell.org/cabal/users-guide/
 
 name:               dump
-version:            0.2.1
+version:            0.2.2
 synopsis:           Dumps the names and values of expressions to ease debugging.
 description:        Example: "let a=1 in [d|a, a+1|] == \"(a) = 1, (a+1) = 2\""
 license:            MIT
