Update README.md

This commit is contained in:
Killer069
2021-09-24 08:51:08 +05:30
committed by GitHub
parent 4cf6f79834
commit e531835fa6

View File

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