Skip to content

Commit

Permalink
Merge pull request #12 from Capster/Capster-patch-1
Browse files Browse the repository at this point in the history
Fix typo in `Authorization` section of README.md
  • Loading branch information
Capster authored Dec 1, 2023
2 parents 26f9f5f + b02716a commit b3da537
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 @@ -60,8 +60,8 @@ https://shikimori.me/oauth/authorize?client_id=CLIENT_ID&redirect_uri=REDIRECT_U
import { auth } from 'node-shikimori';

const { getAccessToken } = auth({
client_id: 'YOUR_CLIENT_ID',
client_secret: 'YOUR_CLIENT_SECTET',
clientId: 'YOUR_CLIENT_ID',
clientSecret: 'YOUR_CLIENT_SECTET',
});

const accessToken = await getAccessToken('YOUR_AUTH_CODE');
Expand Down

0 comments on commit b3da537

Please sign in to comment.