From 03826205951bd2c55eb236e99660201eb8ac7395 Mon Sep 17 00:00:00 2001 From: Romeo <104751985+semklim@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:06:34 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5cc49f..78cfef7 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ cd SpotifyAPI_Exame_Step 4) Open the file ```KEYS.js```, in directory public/SPOTIFY_APP_KEYS/ -Set your ```clientId``` and ```clientSecret``` + Set your ```clientId``` and ```clientSecret``` -(Where this keys i can get? Visit this page https://developer.spotify.com/documentation/web-api/tutorials/getting-started) + ### Where this keys i can get? + + ___Visit this page___ https://developer.spotify.com/documentation/web-api/tutorials/getting-started 5) In terminal write command: @@ -47,6 +49,7 @@ If you want to start desktop application write command: npm run start ``` _________IF_________ + If you want to build desktop application, write command: ```bash npm run build