diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.0.10.1
+
+* Minor doc improvements
+
 ## 0.0.10
 
 * `makeRelativeToProject`
diff --git a/Data/FileEmbed.hs b/Data/FileEmbed.hs
--- a/Data/FileEmbed.hs
+++ b/Data/FileEmbed.hs
@@ -353,7 +353,7 @@
 -- root directory for fixing the relative path.
 --
 -- @@@
--- $(makeRelativeToProject "data/foo.txt" >>= fileEmbed)
+-- $(makeRelativeToProject "data/foo.txt" >>= embedFile)
 -- @@@
 --
 -- @since 0.0.10
diff --git a/file-embed.cabal b/file-embed.cabal
--- a/file-embed.cabal
+++ b/file-embed.cabal
@@ -1,5 +1,5 @@
 name:            file-embed
-version:         0.0.10
+version:         0.0.10.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -7,7 +7,7 @@
 synopsis:        Use Template Haskell to embed file contents directly.
 description:     Use Template Haskell to read a file or all the files in a
                  directory, and turn them into (path, bytestring) pairs
-                 embedded in your haskell code.
+                 embedded in your Haskell code.
 category:        Data
 stability:       Stable
 cabal-version:   >= 1.8
