diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
     import Json.TranscriptTypes
 
     main = do
-      result <- transcribe "your bearer token" "./audio.mp3"
+      result <- transcribeFile "your bearer token" "./audio.mp3"
       -- get validated response or error
       case result of
         Left err -> print $ err
@@ -32,7 +32,10 @@
 + Poll for progress
 + Get resulting transcript or valid json or an error.
 
+
+
 ## Trivia
+The source repo can be found here: https://bitbucket.org/daisee/voicebase
 ### wreq client instead of servant ###
 
 The reason httplib is used rather than servant is because of multipart posting.
diff --git a/voicebase.cabal b/voicebase.cabal
--- a/voicebase.cabal
+++ b/voicebase.cabal
@@ -2,13 +2,14 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 1d2c9271b864ce3c92a5289357729a078bb7fa8814ebedf3ccf470a746a16270
+-- hash: 8aacb3e1c91d96ff1fdf472ee1db28540c29a0fc30e71068fa9b866403418d01
 
 name:           voicebase
-version:        0.1.1.0
+version:        0.1.1.1
 synopsis:       Upload audio files to voicebase to get a transcription
 description:    voicebase bindings for <http://voicebase.readthedocs.io/en/v2-beta/>
 category:       API
+homepage:       https://bitbucket.org/daisee/voicebase
 author:         Jappie Klooster
 maintainer:     jappie.klooster@daisee.com
 copyright:      Daisee Pty Ltd
