Skip to content

Commit 4cbb9df

Browse files
Merge pull request #603 from phalcorine/patch-1
Update README.md: Add a missing comma.
2 parents 7841aff + 8330e73 commit 4cbb9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ JwtModule.register({
6868
publicKey: '...',
6969

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

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

0 commit comments

Comments
 (0)