Skip to content

Commit 0d9b107

Browse files
authored
docs: fix typo in README.md (#25)
1 parent f17ed40 commit 0d9b107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const getClientCredentials = oauth.clientCredentials(
6363
'https://oauth.com/2.0/token',
6464
'CLIENT_ID',
6565
'CLIENT_SECRET'
66-
})
66+
)
6767

6868
const auth = await getClientCredentials('OPTIONAL_SCOPES')
6969
// => { "access_token": "...", "expires_in": 900, ... }

0 commit comments

Comments
 (0)