diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,18 +7,18 @@
 
 #### Hacking
 
-Simplest example:
+[Simplest example](./servant-oauth2-examples/src/Servant/OAuth2/Examples/Simple.hs):
 
 ```
 ./hack example-basic
 ```
 
-Cookie example:
+[Cookie example](./servant-oauth2-examples/src/Servant/OAuth2/Examples/Cookies.hs):
 ```
 ./hack example-cookies
 ```
 
-Example that performs "authorisation" (i.e. there is an 'admin' section):
+[Example that performs "authorisation"](./servant-oauth2-examples/src/Servant/OAuth2/Examples/Authorisation.hs) (i.e. there is an 'admin' section):
 ```
 ./hack example-auth
 ```
diff --git a/servant-oauth2.cabal b/servant-oauth2.cabal
--- a/servant-oauth2.cabal
+++ b/servant-oauth2.cabal
@@ -5,10 +5,11 @@
 -- see: https://github.com/sol/hpack
 
 name:           servant-oauth2
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       A library for OAuth2 authentication in servant.
 description:    A library for OAuth2 authentication in servant.
                 It is a modern wrapper around wai-middleware-auth, and provides the ability to build type-safe authorised APIs with authentication provided by the wai oauth2 backends.
+                See <https://hackage.haskell.org/package/servant-oauth2-examples> for example usage.
 category:       Web
 homepage:       https://github.com/tweag/servant-oauth2#readme
 author:         Tweag
