Skip to content

Commit

Permalink
Update token creation url
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed Sep 1, 2023
1 parent 1ee740c commit f6e6d51
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 @@ -50,7 +50,7 @@ authenticate with. Follow the steps below to create the token and register it wi
steps will only need to be run once as cli-chess will remember the API token.

1. Open your browser and login to your Lichess account
2. Click [here](https://lichess.org/account/oauth/token/create?scopes[]=board:play&scopes[]=challenge:read&scopes[]=challenge:write&description=cli-chess+token)
2. Click [here](https://lichess.org/account/oauth/token/create?scopes[]=board:play&description=cli-chess+token)
to create a Lichess API token for cli-chess to authenticate with _(**NOTE**: Do not uncheck any of the
token permissions as these are required by cli-chess)_
3. Click "Create"
Expand Down

0 comments on commit f6e6d51

Please sign in to comment.