From cdbe504a6a04055471f08bc1a9ff6538b6b51618 Mon Sep 17 00:00:00 2001 From: Sam Fortin Date: Fri, 4 May 2018 22:10:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bc275..24df42d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In development mode, it assumes you are running the frontend on localhost:3000, In order to start developing, register a Spotify Application here: https://developer.spotify.com/my-applications -On that page, add http://localhost:8888 as a callback url (don't forget to hit save at the bottom of the page) +On that page, add http://localhost:8888/callback as a callback url (don't forget to hit save at the bottom of the page) Write the below commands in your terminal (replacing XXXX AND YYYY with your acutal client id and secret from the page where you registered your application)