diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,9 @@
 # Changelog for variadic-function
 
-## Unreleased changes
+## Changes in 0.1.0.1
+
+- Fix markup in README
+
+## Changes in 0.1.0.0
+
+- The first release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@
   (\_ r -> f r)
   -- Composition does not use the accumulator either, so it is ()
   ()
+```
 
 Here is a more complex example that constrains arguments and uses the accumulator:
 
diff --git a/variadic-function.cabal b/variadic-function.cabal
--- a/variadic-function.cabal
+++ b/variadic-function.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           variadic-function
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Create and transform functions with variable arity.
 description:    Please see the README on GitHub at <https://github.com/lykahb/variadic-function#readme>
 category:       Data, Functions
