Skip to content

Commit 5ed1f06

Browse files
ibrahimpgpanva
authored andcommitted
docs: fix tiny style change in readme (auth0#622)
1 parent 9fb90ca commit 5ed1f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Synchronous Sign with RSA SHA256
7373
```js
7474
// sign with RSA SHA256
7575
var privateKey = fs.readFileSync('private.key');
76-
var token = jwt.sign({ foo: 'bar' }, privateKey, { algorithm: 'RS256'});
76+
var token = jwt.sign({ foo: 'bar' }, privateKey, { algorithm: 'RS256' });
7777
```
7878

7979
Sign asynchronously

0 commit comments

Comments
 (0)