From 9cd153d78a03140e9b140b285637c9b16948278e Mon Sep 17 00:00:00 2001 From: Jota Sprout Date: Fri, 14 Oct 2016 18:31:58 -0400 Subject: [PATCH] Humble Spelling Correction Contributing sooner than expected. Yay. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 559aafd..6dbb944 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Spotipy is a thin client library for the Spotify Web API. ## Documentation -Spotipy's full documentation is online at [Spotipy Documentation](http://spotipy.readthedocs.org/) +Spotipy's full documentation is online at [Spotipy Documentation](http://spotipy.readthedocs.org/) ## Installation @@ -14,7 +14,7 @@ If you already have [Python](http://www.python.org/) on your system you can inst python setup.py install -You can also install it using a popular package manager with +You can also install it using a popular package manager with `pip install spotipy` @@ -29,7 +29,7 @@ or ## Quick Start -To get started, simply install spotipy, reate a Spotify object and call methods: +To get started, simply install spotipy, create a Spotify object and call methods: import spotipy sp = spotipy.Spotify() @@ -39,7 +39,7 @@ To get started, simply install spotipy, reate a Spotify object and call methods: print ' ', i, t['name'] 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). - + ## Reporting Issues @@ -64,7 +64,7 @@ If you have suggestions, bugs or other issues specific to this library, file the - v2.0.2 - August 25, 2014 -- Moved to spotipy at pypi - v2.1.0 - October 25, 2014 -- Added support for new_releases and featured_playlists - v2.2.0 - November 15, 2014 -- Added support for user_playlist_tracks -- v2.3.0 - January 5, 2015 -- Added session support added by akx. +- v2.3.0 - January 5, 2015 -- Added session support added by akx. - v2.3.2 - March 31, 2015 -- Added auto retry logic - v2.3.3 - April 1, 2015 -- added client credential flow - v2.3.5 - April 28, 2015 -- Fixed bug in auto retry logic