diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 You should use newtypes like so:
 
 ```
-newtype MyDoc = Project Pandoc
+newtype MyDoc = MyDoc Pandoc
   deriving stock (Eq, Show, Generic)
 
 instance D.FromDhall MyDoc where
diff --git a/pandoc-dhall-decoder.cabal b/pandoc-dhall-decoder.cabal
--- a/pandoc-dhall-decoder.cabal
+++ b/pandoc-dhall-decoder.cabal
@@ -5,9 +5,8 @@
 -- see: https://github.com/sol/hpack
 
 name:           pandoc-dhall-decoder
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Decodes pandoc to dhall.
-description:    Please see the README on GitHub at <https://github.com/githubuser/pandoc-dhall-decoder#readme>
 category:       dhall pandoc
 author:         Daniel Firth
 maintainer:     dan.firth@homotopic.tech
