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)]