diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 Changelog for tmp-postgres
 
+1.27.0.1
+  Doc Fixes
+
 1.27.0.0
   #191 Remove leading spaces in code examples
   #192 startConfig bullet points are out of date
diff --git a/src/Database/Postgres/Temp.hs b/src/Database/Postgres/Temp.hs
--- a/src/Database/Postgres/Temp.hs
+++ b/src/Database/Postgres/Temp.hs
@@ -16,11 +16,11 @@
 To extend or override the defaults use `withConfig` (or `startConfig`).
 
 @tmp-postgres@ ultimately calls @initdb@ (optionally), @postgres@ and
-≈@createdb@ (optionally).
+@createdb@ (optionally).
 
 All of the command line, environment variables and configuration files
 that are generated by default for the respective executables can be
-extended.
+extended of overriden.
 
 In general @tmp-postgres@ is useful if you want a clean temporary
 @postgres@ and do not want to worry about clashing with an existing
@@ -36,7 +36,7 @@
 * By using the 'stopPostgres' and 'withRestart' functions one can test
 backup strategies.
 
-WARNING!!
+WARNING!
 Ubuntu's PostgreSQL installation does not put @initdb@ on the @PATH@. We need to add it manually.
 The necessary binaries are in the @\/usr\/lib\/postgresql\/VERSION\/bin\/@ directory, and should be added to the @PATH@
 
diff --git a/tmp-postgres.cabal b/tmp-postgres.cabal
--- a/tmp-postgres.cabal
+++ b/tmp-postgres.cabal
@@ -1,5 +1,5 @@
 name:                tmp-postgres
-version:             1.27.0.0
+version:             1.27.0.1
 synopsis: Start and stop a temporary postgres
 description: Start and stop a temporary postgres. See README.md
 homepage:            https://github.com/jfischoff/tmp-postgres#readme
