Update README.md

This commit is contained in:
Killer069 2021-09-24 08:51:08 +05:30 committed by GitHub
parent 4cf6f79834
commit e531835fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ _This tells that whether the access token is expired or not_
```js ```js
if(is_expired()){ if(is_expired()){
await RefreshToken() await refreshToken()
} }
``` ```