diff --git a/om-doh.cabal b/om-doh.cabal
--- a/om-doh.cabal
+++ b/om-doh.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                om-doh
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            om-doh
 -- description:         
 homepage:            https://github.com/owensmurray/om-doh
diff --git a/src/OM/DoH/Api.hs b/src/OM/DoH/Api.hs
--- a/src/OM/DoH/Api.hs
+++ b/src/OM/DoH/Api.hs
@@ -53,7 +53,7 @@
 
 
 {- |
-  A raw DNS response message. The 'Network.DNS' module contains tools
+  A raw DNS response message. The "Network.DNS" module contains tools
   for encoding and decoding these messages.
 -}
 newtype Response = Response {unResponse :: ByteString}
