From 056b570aed95c1396abf5e14c60f7e4585f7b8bf Mon Sep 17 00:00:00 2001 From: Kyle Awayan <56655579+kyleawayan@users.noreply.github.com> Date: Mon, 21 Sep 2020 22:59:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de2a6e7..ba43aad 100644 --- a/README.md +++ b/README.md @@ -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