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. -