Skip to content

Commit

Permalink
Update README.md Spelling mistake (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainerr123 authored Nov 24, 2023
1 parent 5389c37 commit c3575fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

</details>
Expand All @@ -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)]
</details>

<details>
Expand Down

0 comments on commit c3575fd

Please sign in to comment.