Skip to content

Commit

Permalink
Fix invalid flag in README.md
Browse files Browse the repository at this point in the history
Fixes: #45
  • Loading branch information
npmccallum committed Oct 26, 2017
1 parent 198f720 commit d844408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ José can generate keys, remove private keys and show thumbprints. For example:

```sh
# Generate three different kinds of keys
$ jose jwk gen -t '{"alg": "A128GCM"}' -o oct.jwk
$ jose jwk gen -t '{"alg": "RSA1_5"}' -o rsa.jwk
$ jose jwk gen -t '{"alg": "ES256"}' -o ec.jwk
$ jose jwk gen -i '{"alg": "A128GCM"}' -o oct.jwk
$ jose jwk gen -i '{"alg": "RSA1_5"}' -o rsa.jwk
$ jose jwk gen -i '{"alg": "ES256"}' -o ec.jwk

# Remove the private keys
$ jose jwk pub -i oct.jwk -o oct.pub.jwk
Expand Down

0 comments on commit d844408

Please sign in to comment.