From 8c4493da992e1e0295ba1f6be40277b69d24fa25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Thu, 16 Jan 2020 04:04:21 +0000 Subject: [PATCH] Format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0075083..a82dbcf 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ A full set of examples can be found in the [online documentation](http://spotipy To get started, install spotipy and create an app on https://developers.spotify.com/. Add your new ID and SECRET to your environment: -> export SPOTIPY_CLIENT_ID='your-spotify-client-id' -> export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret' + export SPOTIPY_CLIENT_ID='your-spotify-client-id' + export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret' Then, create a Spotify object and call methods: @@ -59,4 +59,4 @@ for i, t in enumerate(results['tracks']['items']): ## Reporting Issues -If you have suggestions, bugs or other issues specific to this library, file them [here](https://github.com/plamere/spotipy/issues). Or just send me a pull request. \ No newline at end of file +If you have suggestions, bugs or other issues specific to this library, file them [here](https://github.com/plamere/spotipy/issues). Or just send me a pull request.