From e531835fa66997c255f7d2e78fd8dd58a51ec258 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 24 Sep 2021 08:51:08 +0530 Subject: [PATCH] Update README.md --- docs/Spotify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Spotify/README.md b/docs/Spotify/README.md index a26e338..7f7c6a8 100644 --- a/docs/Spotify/README.md +++ b/docs/Spotify/README.md @@ -20,7 +20,7 @@ _This tells that whether the access token is expired or not_ ```js if(is_expired()){ - await RefreshToken() + await refreshToken() } ```