diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # text-convert
 
 Convert between various types representing textual data. This library differs
-from the similar 'string-conversions' library in that this library exports class
+from the similar `string-conversions` library in that this library exports class
 methods that are monomorphic in their return type. This enhances readability and
 aids type inference.
 
diff --git a/src/text-convert/Text/Convert.hs b/src/text-convert/Text/Convert.hs
--- a/src/text-convert/Text/Convert.hs
+++ b/src/text-convert/Text/Convert.hs
@@ -1,4 +1,4 @@
-{- | Convert between various textual representation.
+{- | Convert between various textual representations.
 
 This module exports seven one-method type classes. The methods are
 designed to be input-type polymorphic and output-type monomorphic, to aid with
diff --git a/text-convert.cabal b/text-convert.cabal
--- a/text-convert.cabal
+++ b/text-convert.cabal
@@ -1,11 +1,11 @@
 cabal-version:      2.2
 name:               text-convert
-version:            0.1.0.0
+version:            0.1.0.1
 category:           Data
-synopsis:           Convert between various textual representation.
+synopsis:           Convert between various textual representations.
 description:
   Convert between various types representing textual data. This library differs
-  from the similar 'string-conversions' library in that this library exports
+  from the similar string-conversions library in that this library exports
   class methods that are monomorphic in their return type. This enhances
   readability and aids type inference.
 
