Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleawayan authored Sep 22, 2020
1 parent 42db768 commit 056b570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Aesthetic now playing screen for Spotify
# Setup
`yarn start` or `npm start`.

This uses [Gemini-Authorization](https://github.com/Gabe-H/Gemini-Authorization) for Spotify authentication by default. It lets us conceal our clinet ID and secret for the compiled version. If you would like to use your own client ID and secret, you can do it locally by creating a file named `.env`, and set the client parameters as
This uses [Gemini-Authorization](https://github.com/Gabe-H/Gemini-Authorization) for Spotify authentication by default. If you would like to use your own client ID and secret, you can do it locally by creating a file named `.env`, and set the client parameters as
```
CLIENT_ID=123456
CLIENT_SECRET=abcdefg
Expand Down

0 comments on commit 056b570

Please sign in to comment.