diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for curly-expander
 
+## 0.2.0.3
+* Improved README
+
 ## 0.2.0.2
 * Improved cabal file
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # curly-expander
 This is tool for curly brackets expanding, similar to bash curly expanding.
 
-Please refer to the package description on Hackage for more information.
+Please refer to the package description on [Hackage](https://hackage.haskell.org/package/curly-expander-0.2.0.2/docs/Text-CurlyExpander.html) for more information.
diff --git a/curly-expander.cabal b/curly-expander.cabal
--- a/curly-expander.cabal
+++ b/curly-expander.cabal
@@ -1,7 +1,7 @@
 cabal-version:       3.0
 
 name:                curly-expander
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            Curly braces (brackets) expanding
 description:         A library for curly braces (brackets) expanding - similar to bash curly expanding
 
@@ -54,4 +54,4 @@
 source-repository this
     type: git
     location: https://github.com/stastnypremysl/curly-expander
-    tag: 0.2.0.2
+    tag: 0.2.0.3
