diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-## Tibetan numeral parser
+## Tibetan numeral parser and to show objects with tibetan numerals.
 
-Haskell library with test suite to parse Tibetan numerals as integers.
+Haskell library (with test suite) to parse Tibetan numerals as integers and display integers as tibetan numerals.
 
-See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use.
+See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use the pearser.
diff --git a/tibetan-utils.cabal b/tibetan-utils.cabal
--- a/tibetan-utils.cabal
+++ b/tibetan-utils.cabal
@@ -1,5 +1,5 @@
 name: tibetan-utils
-version: 0.1.0.0
+version: 0.1.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -7,7 +7,7 @@
 copyright: Copyright: (c) 2016 Vanessa McHale
 maintainer: tmchale@wisc.edu
 homepage: https://github.com/vmchale/tibetan-utils#readme
-synopsis: Initial project template from stack
+synopsis: Parse and display tibetan numerals
 description:
     Please see README.md
 category: Web
@@ -40,7 +40,7 @@
     main-is: Spec.hs
     build-depends:
         base >=4.9.0.0 && <4.10,
-        tibetan-utils >=0.1.0.0 && <0.2,
+        tibetan-utils >=0.1.0.1 && <0.2,
         hspec >=2.2.4 && <2.3,
         hspec-megaparsec >=0.2.1 && <0.3,
         text >=1.2.2.1 && <1.3,
