diff --git a/Readme.md b/Readme.md
--- a/Readme.md
+++ b/Readme.md
@@ -8,12 +8,16 @@
 generic type definition.
 Additional endpoints are welcome, feel free to make a PR!
 
+
+
 ## History
 This is the result from the great riskbook hackathon
 of oktober 2020
 (also known as festoberhack).
 
 ## Usage
+
+There is an example in `app/exe.hs`.
 
 ### Tools
 Enter the nix shell.
diff --git a/dropbox.cabal b/dropbox.cabal
--- a/dropbox.cabal
+++ b/dropbox.cabal
@@ -5,12 +5,12 @@
 -- see: https://github.com/sol/hpack
 
 name:           dropbox
-version:        0.0.1
+version:        0.0.2
 synopsis:       Dropbox API client
 description:    A dropbox API client generated through servant generic.
 category:       API
-homepage:       https://github.com/riskbook/dropbox#readme
-bug-reports:    https://github.com/riskbook/dropbox/issues
+homepage:       https://github.com/riskbook/dropbox-client#readme
+bug-reports:    https://github.com/riskbook/dropbox-client/issues
 author:         Riskbook
 maintainer:     support@riskbook.com
 copyright:      2020 Riskbook
@@ -24,7 +24,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/riskbook/dropbox
+  location: https://github.com/riskbook/dropbox-client
 
 library
   exposed-modules:
