Updated readme.
Change-Id: Iff0086f6575b76f2fd454c193811000a49b7a7ee
diff --git a/README.md b/README.md
index 8c0207b..116686b 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,9 @@
A simple java client demonstrating the procedure to obtain KorAP authorization.
-The client provides a service at http://localhost:7071/authorize to send an authorization request to KorAP authorization server.
+The client provides a service at http://localhost:7071/authorize to send an [authorization request](https://github.com/KorAP/Kustvakt/wiki/Service:-OAuth2-Authorization-Code) to KorAP authorization server.
-The client provides a redirect URI at http://localhost:7071/redirect expecting an authorization code from KorAP authorization server and exchanging it with an access token.
-
+The client expects an authorization code from KorAP authorization server at its redirect URI http://localhost:7071/redirect. It will exchanges the authorization code with an access token by sending a [token request](https://github.com/KorAP/Kustvakt/wiki/Service:-OAuth2-Token) to the KorAP authorization server.
## Setup for testing using KorAP test server
@@ -13,4 +12,4 @@
Fill in the client id and secret (client credentials are obtained by registering a client at the test server).
-Change ```korap.authorize.url``` and ```korap.token.url```.
\ No newline at end of file
+Adjust the properties ```korap.authorize.url``` and ```korap.token.url```.
\ No newline at end of file