diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.1.1
+
+* Fix README
+
 ## 0.1.0
 
 * First Release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
 Yesod-Raml-Bin is a utility program for yesod-raml.
 The functions are below.
 
-1, Verify RAML format
-2, Convert RAML to HTML
-3, Convert RAML to Yesod-Route file
+- Verify RAML format
+- Convert RAML to HTML
+- Convert RAML to Yesod-Route file
 
 
 ## Usage
diff --git a/yesod-raml-bin.cabal b/yesod-raml-bin.cabal
--- a/yesod-raml-bin.cabal
+++ b/yesod-raml-bin.cabal
@@ -1,5 +1,5 @@
 name:                yesod-raml-bin
-version:             0.1.0
+version:             0.1.1
 synopsis:            The raml helper executable.
 description:         Provides html documentation and route file generator
 license:             MIT
