Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Mar 8, 2020
1 parent a14ac57 commit 7689a25
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 @@ -62,7 +62,7 @@ Valid valid
Token [generated token]
```

Generate a token with a 10 year expiration, verify, and copy directly to clipboard (OSX):
Generate a token with a 10 year expiration, verify, and copy directly to clipboard (macOS via `pbcopy`):

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

0 comments on commit 7689a25

Please sign in to comment.