diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 Breve is a web application that provides a simple interface to
 shortening long urls creating links smaller and easier to remember.
 
+You can find a running instance on [breve.xyz](https://breve.xyz)
+
 It creates links in the form of "/emeaoinqua": easier to remember than
 alphanumeric strings like "/1Cqw8lHw" used by several services.
 
@@ -41,6 +43,7 @@
 ```
 
 `urltable` is the location of breve url hashtable
+
 `chain` is a list of chain certificate files
 
 ## License
diff --git a/breve.cabal b/breve.cabal
--- a/breve.cabal
+++ b/breve.cabal
@@ -1,5 +1,5 @@
 name:                breve
-version:             0.4.2.0
+version:             0.4.3.0
 synopsis:            a url shortener
 description:
 
@@ -9,7 +9,7 @@
 homepage:            https://github.com/rnhmjoj/breve
 license:             MIT
 license-file:        LICENSE
-author:              Rnhmjoj
+author:              rnhmjoj
 maintainer:          micheleguerinirocco@me.com
 copyright:           (C) Michele Guerini Rocco 2015
 category:            Web
