From bc7d49ca50ff74ec42bcced51e1de4434d323e5c Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Wed, 22 Jan 2020 21:39:38 +0000 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: