From c3575fdaf3f32c562425cce63764b735aedc9898 Mon Sep 17 00:00:00 2001 From: Rainerr123 <57333628+Rainerr123@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:02:10 +0800 Subject: [PATCH] Update README.md Spelling mistake (#598) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4d2fcae..e5fe9cd8 100644 --- a/README.md +++ b/README.md @@ -770,7 +770,7 @@ An invalid `refreshToken`, when specified, would fallback to requesting account 2. Click `CREATE A CLIENT ID` and create an app 3. Now click `Edit Settings` 4. Add `http://localhost:36346/callback` to the Redirect URIs -5. Include the `clientId` and the `clientSecret` from the dashboard in the `spotify` object that is a property of the `services` object of the `conf.json` file. [See [Confiuration](#configuration)] +5. Include the `clientId` and the `clientSecret` from the dashboard in the `spotify` object that is a property of the `services` object of the `conf.json` file. [See [Configuration](#configuration)] 6. You are now ready to authenticate with Spotify! @@ -793,7 +793,7 @@ The `storefront` option defines the default storefront to be used in the absence [See [Apple Music API: Getting Keys and Creating Tokens ](https://developer.apple.com/documentation/applemusicapi/getting_keys_and_creating_tokens)] -After successfully acquiring the developer token, include the `developerToken` to the `apple_music` object that's a property of the `services` object in the `conf.json` file. [See [Confiuration](#configuration)] +After successfully acquiring the developer token, include the `developerToken` to the `apple_music` object that's a property of the `services` object in the `conf.json` file. [See [Configuration](#configuration)]