Skip to content

Commit

Permalink
Remove verify from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Mar 8, 2020
1 parent 21969cb commit d654356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ See the [MapKit JS Documentation](https://developer.apple.com/documentation/mapk
Generate a token with the default expiration (1 hour) and verify the token works:

```
$ npx mapkitjs-token --kid ABC123DEFG --iss DEF123GHIJ --key secrets.p8 --verify
$ npx mapkitjs-token --kid ABC123DEFG --iss DEF123GHIJ --key secrets.p8
Token Information:
Key Id (kid) ABC123DEFG
Expand All @@ -64,7 +64,7 @@ Token [token]
Generate a token with a 10 year expiration, verify, and copy directly to clipboard (OSX):

```
$ npx mapkitjs-token --kid ABC123DEFG --iss DEF123GHIJ --key secret.p8 --exp 10y --verify --stdout | pbcopy
$ npx mapkitjs-token --kid ABC123DEFG --iss DEF123GHIJ --key secret.p8 --exp 10y --stdout | pbcopy
```

## Compiling
Expand Down

0 comments on commit d654356

Please sign in to comment.