diff --git a/raw-strings-qq.cabal b/raw-strings-qq.cabal
--- a/raw-strings-qq.cabal
+++ b/raw-strings-qq.cabal
@@ -1,12 +1,12 @@
 name:                raw-strings-qq
-version:             1.0
+version:             1.0.1
 synopsis:            Raw string literals for Haskell.
 description:
 
     A quasiquoter for raw string literals - that is, string literals that don't
-    recognise the standard escape sequences (such as '\n'). Basically, they make
-    your code more readable by freeing you from the responsibility to escape
-    backslashes. They are useful when working with regular expressions,
+    recognise the standard escape sequences (such as @\'\\n\'@). Basically, they
+    make your code more readable by freeing you from the responsibility to
+    escape backslashes. They are useful when working with regular expressions,
     DOS/Windows paths and markup languages (such as XML).
     .
     See @examples/RawRegex.hs@ for a usage example.
