diff --git a/microspec.cabal b/microspec.cabal
--- a/microspec.cabal
+++ b/microspec.cabal
@@ -1,15 +1,13 @@
 name:                microspec
-version:             0.2.1.2
+version:             0.2.1.3
 synopsis:            Tiny QuickCheck test library with minimal dependencies
 description:         
   A tiny (1 module, <500 lines) property-based (and unit) testing library with minimal dependencies.
   .
-  Don't add a bunch of transitive dependencies just to test your code!
-  .
   Instead of reinventing the wheel (<https://xkcd.com/927>), we use a
-  RSpec/HSpec-like API and run tests with QuickCheck.
+  RSpec/HSpec-like DSL and run tests with QuickCheck.
   .
-  For simple use-cases, microspec is a drop-in replacement for hspec.
+  For many use-cases, microspec is a drop-in replacement for hspec.
   .
   > import Test.Microspec
   > 
