diff --git a/docs/README.md b/docs/README.md index 92f0052785..9f8e92319e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -991,7 +991,7 @@ JWT.decode(token, { complete: true }) #### `JWT.AccessToken.verify(token, keyOrStore, options])` -A shorthand for [`JWT.verify`](#jwtverifytoken-keyorstore-options) with the `profile` option set to `access_token`. +A shorthand for [`JWT.verify`](#jwtverifytoken-keyorstore-options) with the `profile` option set to `at+JWT`.
Example (Click to expand)