diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,1 +1,5 @@
 # deburr
+
+A small package exposing the deburr function, which converts unicode
+characters with burrs (umlauts, accents, etc) to their ASCII counterparts.
+The function intelligently handles capitals and some other edge cases.
diff --git a/deburr.cabal b/deburr.cabal
--- a/deburr.cabal
+++ b/deburr.cabal
@@ -1,5 +1,5 @@
 name:                deburr
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Convert Unicode characters with burrs to their ASCII counterparts.
 description:
     A small package exposing the deburr function, which converts unicode
@@ -36,4 +36,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/githubuser/deburr
+  location: https://github.com/pinktrink/deburr
