diff --git a/ascii-progress.cabal b/ascii-progress.cabal
--- a/ascii-progress.cabal
+++ b/ascii-progress.cabal
@@ -1,11 +1,11 @@
 name:                ascii-progress
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            A simple progress bar for the console.
 description:
     A simple Haskell progress bar for the console. Heavily borrows from TJ
     Holowaychuk's Node.JS project <https://github.com/tj/node-progress progress>
 
-    @
+    @@@
     import Control.Concurrent (threadDelay)
     import Control.Monad (unless)
     import System.Console.AsciiProgress (Options(..), isComplete, def,
@@ -22,7 +22,7 @@
                 threadDelay $ 200 * 1000
                 tick pg
                 loop pg
-    @
+    @@@
 
     <https://github.com/yamadapc/haskell-ascii-progress github>
 
