diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fbc13..71f4410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + - Auto-Refresh token in long-running apps when using Authorization Code Flow ## [2.7.1] - 2020-01-20 diff --git a/README.md b/README.md index 2a359bf..4555686 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Spotipy's full documentation is online at [Spotipy Documentation](http://spotipy ## Quick Start -A full set of examples can be found in the [online documentation](http://spotipy.readthedocs.org/) and in the [Spotipy examples directory](https://github.com/plamere/spotipy/tree/master/examples). Here are two basic examples. +A full set of examples can be found in the [online documentation](http://spotipy.readthedocs.org/) and in the [Spotipy examples directory](https://github.com/plamere/spotipy/tree/master/examples). To get started, install spotipy and create an app on https://developers.spotify.com/. Add your new ID and SECRET to your environment: