diff --git a/data-forest.cabal b/data-forest.cabal
--- a/data-forest.cabal
+++ b/data-forest.cabal
@@ -3,10 +3,10 @@
 -- see: https://github.com/sol/hpack
 
 name:           data-forest
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       A simple multi-way tree data structure.
 
-description:    In some contexts, /forests/ are more important than /trees/. The /forest/ library provides a @Tree@ type much like the one from the popular /containers/ library, but it also provides a @Forest@ type with its own @Functor@ and @Foldable@ instances.
+description:    In some contexts, forests (collections zero or more trees) are more important than trees. The /data-forest/ library provides a @Tree@ type much like the one from the popular /containers/ library, but it also provides a @Forest@ type with its own @Functor@ and @Foldable@ instances.
 category:       Data Structures
 homepage:       https://github.com/chris-martin/haskell-libraries
 author:         Chris Martin <ch.martin@gmail.com>
