diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for JuicyPixels-blurhash
 
+## 0.1.0.3
+
+  - Minor documentation fixes
+
 ## 0.1.0.2
 
   - README image paths absolute to fix hackage display
diff --git a/JuicyPixels-blurhash.cabal b/JuicyPixels-blurhash.cabal
--- a/JuicyPixels-blurhash.cabal
+++ b/JuicyPixels-blurhash.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 6f877df28ebe66ade9b6ddfed5da0711cf215ccee787cbef76cc3ef7ef2de82e
+-- hash: b47ffc5e5dbfbe86c10bdc98b9352901b7b5c5a7aaa8e7853799171c6acc7e04
 
 name:           JuicyPixels-blurhash
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       Blurhash is a very compact represenation of a placeholder for an image
 description:    Please see the README on GitHub at <https://github.com/SamProtas/JuicyPixels-blurhash#readme>
 category:       Graphics, Image
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 # JuicyPixels-blurhash
 
 ![CI](https://github.com/SamProtas/JuicyPixels-blurhash/workflows/CI/badge.svg)
-![Hackage Version](https://img.shields.io/hackage/v/JuicyPixels-blurhash?color=blue)
+[![Hackage Version](https://img.shields.io/hackage/v/JuicyPixels-blurhash?color=blue)](https://hackage.haskell.org/package/JuicyPixels-blurhash)
 ![Hackage Deps](https://img.shields.io/hackage-deps/v/JuicyPixels-blurhash)
 
 
-Blurhash is a very compact represenation of a placeholder for an image.
+Blurhash is a very compact representation of a placeholder for an image.
 
-This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels represenation of images.
+This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels representation of images.
 
 For the full Blurhash sales pitch and algorithm explaination see either of:
 
diff --git a/src/Codec/Picture/Blurhash.hs b/src/Codec/Picture/Blurhash.hs
--- a/src/Codec/Picture/Blurhash.hs
+++ b/src/Codec/Picture/Blurhash.hs
@@ -7,9 +7,9 @@
 -- Stability: experimental
 -- Portability: portable
 --
--- Blurhash is a very compact represenation of a placeholder for an image.
+-- Blurhash is a very compact representation of a placeholder for an image.
 --
--- This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels represenation of images.
+-- This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels representation of images.
 --
 -- For the full Blurhash sales pitch and algorithm explaination see either of:
 -- 
