From f38982ee9376f593fd3d89400949a00049e6d8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20DUBUC?= Date: Thu, 2 Mar 2023 21:28:15 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a06ef..8b275a4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ const getClientCredentials = oauth.clientCredentials( 'https://oauth.com/2.0/token', 'CLIENT_ID', 'CLIENT_SECRET' -}) +) const auth = await getClientCredentials('OPTIONAL_SCOPES') // => { "access_token": "...", "expires_in": 900, ... }