From d3f229bad3b6261d029cb569a2856dd310507d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20P=C3=A9rez?= Date: Mon, 7 Jul 2014 11:49:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e65ae9..ab212d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spotify Accounts Authentication Examples -This project contains basic demos showing the different oAuth2 flows for [authenticating against the Spotify Web API](https://developer.spotify.com/web-api/authorization-guide/). +This project contains basic demos showing the different OAuth 2.0 flows for [authenticating against the Spotify Web API](https://developer.spotify.com/web-api/authorization-guide/). These examples cover: @@ -33,4 +33,3 @@ Go to [My Applications on Spotify Developer](https://developer.spotify.com/my-ap * http://localhost:8888/callback Once you have created your app, replace the `client_id`, `redirect_uri` and `client_secret` in the examples with the ones you get from My Applications. -