diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,62 +1,14 @@
 ASCII art to Unicode converter
 ==============================
 
+Hackage Link: [https://hackage.haskell.org/package/ascii-art-to-unicode](https://hackage.haskell.org/package/ascii-art-to-unicode)
+
 Small CLI program to convert ASCII box drawings to unicode. Inspired
 by [svgbob](https://github.com/ivanceras/svgbobrus)
 and
 [The Monads Hidden Behind Every Zipper](http://blog.sigfpe.com/2007/01/monads-hidden-behind-every-zipper.html).
 
-
-```
-> aa2u
-+-------------+             |
-| Hello World |             |  -----+
-+-------------+             |       |     +--+
-                            |       +-----+  |
-----------------------------+                |
-                            |         +------+
-          +-----+---.       |         |
-          |     +---+       |   +--+  |
-      .---|         |---.   |   |  |  |
-      |   +---------+   |#  |   |  |  |
-      |                 |#  |   |  +--+
-      '-----------------'#  |   +---------+
-        ##################  |
-
-+------+-----+---------+
-| This | is  | a table |
-+------+-----+---------+
-| It   | has | some    |
-+------+-----+---------+
-| values     |         |
-+------+-----+---------+
-| 0    | 1   | 2  | 3  |
-+------+-----+----+----+
-^D
-┌─────────────┐             │
-│ Hello World │             │  ─────┐
-└─────────────┘             │       │     ┌──┐
-                            │       └─────┘  │
-────────────────────────────┤                │
-                            │         ┌──────┘
-          ┌─────┬───╮       │         │
-          │     └───┤       │   ┌──┐  │
-      ╭───│         │───╮   │   │  │  │
-      │   └─────────┘   │█  │   │  │  │
-      │                 │█  │   │  └──┘
-      ╰─────────────────╯█  │   └──────────
-        ██████████████████  │
-
-┌──────┬─────┬─────────┐
-│ This │ is  │ a table │
-├──────┼─────┼─────────┤
-│ It   │ has │ some    │
-├──────┴─────┼─────────┤
-│ values     │         │
-├──────┬─────┼─────────┤
-│ 0    │ 1   │ 2  │ 3  │
-└──────┴─────┴────┴────┘
-```
+![Screenshot](./screenshot.png)
 
 ### Usage:
 
diff --git a/ascii-art-to-unicode.cabal b/ascii-art-to-unicode.cabal
--- a/ascii-art-to-unicode.cabal
+++ b/ascii-art-to-unicode.cabal
@@ -1,5 +1,5 @@
 name:                ascii-art-to-unicode
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            ASCII Art to Unicode Box Drawing converter
 description:
   @aa2u@ converts ASCII Art box drawings to Unicode.
@@ -22,6 +22,7 @@
 copyright:           2017 Franz Thoma
 build-type:          Simple
 extra-source-files:  README.md
+                   , screenshot.png
                    , stack.yaml
 cabal-version:       >=1.10
 
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
Binary files /dev/null and b/screenshot.png differ
