diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Example
+
+An example of where I find it useful:
+
+    process :: String -> Q Exp
+    process = id
+      .> splitOnCommas
+      .> map nameAndValue
+      .> joinAsColumns
+      .> wrapInParens
+      .> parseHsStrToQQExp
+      .> return
+
+(source: https://github.com/Wizek/dump/blob/48443d5/src/Debug/Dump.hs#L77)
diff --git a/compose-ltr.cabal b/compose-ltr.cabal
--- a/compose-ltr.cabal
+++ b/compose-ltr.cabal
@@ -2,11 +2,12 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                compose-ltr
-version:             0.2.2
+version:             0.2.3
 synopsis:            More intuitive, left-to-right function composition.
 description:         More intuitive, left-to-right function composition.
 -- description:
 license:             MIT
+extra-source-files:  README.md
 license-file:        LICENSE
 author:              Milán Nagy
 maintainer:          123.wizek@gmail.com
