Skip to content

Commit

Permalink
fix(docs): wrong function name in the example code (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
toriphes authored Oct 12, 2023
1 parent e2d0bd5 commit b29f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Options:
return result;
})

await cache.fetchAccessToken()
await cache.fetchUserProfile()
```

### `cache.clear([name], [arg])`
Expand Down

0 comments on commit b29f319

Please sign in to comment.