Skip to content

Commit

Permalink
Merge pull request #603 from phalcorine/patch-1
Browse files Browse the repository at this point in the history
Update README.md: Add a missing comma.
  • Loading branch information
kamilmysliwiec authored May 24, 2021
2 parents 7841aff + 8330e73 commit 4cbb9df
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 @@ -68,7 +68,7 @@ JwtModule.register({
publicKey: '...',

/* private key used in asymmetric algorithms (required if non other secrets present) */
privateKey: '...'
privateKey: '...',

/* Dynamic key provider has precedence over static secret or pub/private keys */
secretOrKeyProvider: (
Expand Down

0 comments on commit 4cbb9df

Please sign in to comment.