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() } ```