We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33129da commit 52a5aeeCopy full SHA for 52a5aee
README.md
@@ -18,7 +18,7 @@ npm install -g jwt-cli
18
There are two ways to parse a jwt. Copy the jwt to your clipboard and pipe it into the `jwt` command, or paste it as an argument.
19
20
1. `pbpaste | jwt`
21
-2. `jwt {the-jwt-string} --secret={optinal-signing-secret}
+2. `jwt {the-jwt-string} --secret={optional-signing-secret}`
22
23
```sh
24
$ jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9leGFtcGxlLm9yZyIsImF1ZCI6Imh0dHA6XC9cL2V4YW1wbGUuY29tIiwiaWF0IjoxMzU2OTk5NTI0LCJuYmYiOjEzNTcwMDAwMDAsImV4cCI6MTQwNzAxOTYyOSwianRpIjoiaWQxMjM0NTYiLCJ0eXAiOiJodHRwczpcL1wvZXhhbXBsZS5jb21cL3JlZ2lzdGVyIiwidGVzdC10eXBlIjoiZm9vIn0.UGLFIRACaHpGGIDEEv-4IIdLfCGXT62X1vYx7keNMyc
0 commit comments