Skip to content

Commit 8330e73

Browse files
authored
Update README.md: Add a missing comma.
Added a missing comma to example code...
1 parent 7841aff commit 8330e73

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)