diff --git a/aeson-yak.cabal b/aeson-yak.cabal
--- a/aeson-yak.cabal
+++ b/aeson-yak.cabal
@@ -2,18 +2,14 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                aeson-yak
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Handle JSON that may or may not be a list, or exist
 description:
-  According to the standard promoted by Schema.org, the following are all
-  legally the same object:
-
-  \{ field: [data1, data2] }
-  \{ field: data }
-  \{ }
-
-  This library provides an intermediary data type and supporting functions to
-  help aeson parse and output JSON conforming to this frustrating standard.
+  According to the standard promoted by Schema.org, the same JSON object
+  field may legally contain an array or a single element, be null, or be
+  absent entirely. This library provides an intermediary data type and
+  supporting functions to help aeson parse and output JSON conforming to this
+  frustrating behavior.
 
 homepage:            https://github.com/tejon/aeson-yak
 license:             MIT
