diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,9 +4,8 @@
 A command line program for managing the bounds/versions of the dependencies in a cabal file.
 
 `cabal-bounds` is able to do two things:
-
-    - drop the bounds of the dependencies in the cabal file
-    - update the bounds of the dependencies in the cabal file using the cabal build information
+* drop the bounds of the dependencies in the cabal file
+* update the bounds of the dependencies in the cabal file using the cabal build information
 
 Example: Raise the upper Bounds
 ===============================
diff --git a/cabal-bounds.cabal b/cabal-bounds.cabal
--- a/cabal-bounds.cabal
+++ b/cabal-bounds.cabal
@@ -1,5 +1,5 @@
 name: cabal-bounds
-version: 0.1.7
+version: 0.1.8
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -7,9 +7,8 @@
 maintainer: daniel.trstenjak@gmail.com
 synopsis: A command line program for managing the bounds/versions of the dependencies in a cabal file.
 description: 'cabal-bounds' is able to do two things:
-             .
-             > - drop the bounds of the dependencies in the cabal file
-             > - update the bounds of the dependencies in the cabal file using the cabal build information
+             * drop the bounds of the dependencies in the cabal file
+             * update the bounds of the dependencies in the cabal file using the cabal build information
              .
              /Example: Raise the upper Bounds/
              .
