Skip to content

Commit

Permalink
docs: README.md: typo fix (insanum#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
modxd22 authored and kda committed May 12, 2023
1 parent 7f58fe6 commit feec797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ authentication process will proceed. Simply follow the instructions.
1. Specify Application type: Desktop app.
2. Activate the "Create" button.
5. Grab your newly created Client ID (in the form "xxxxxxxxxxxxxxx.apps.googleusercontent.com") and Client Secret from the Credentials page.
6. Call `gcalci` with your Client ID and Client Secret to login via the OAuth2 Authorization Screen.
6. Call `gcalcli` with your Client ID and Client Secret to login via the OAuth2 Authorization Screen.
` gcalcli --client-id=xxxxxxxxxxxxxxx.apps.googleusercontent.com --client-secret=xxxxxxxxxxxxxxxxx list`.
In most shells, putting a space before the command will keep it, and therefore your secrets, out of history. Check with `history | tail`.
7. This should automatically open the OAuth2 authorization screen in your default browser.
Expand Down

0 comments on commit feec797

Please sign in to comment.