Skip to content

Commit

Permalink
docs: fix tiny style change in readme (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimpg authored and panva committed Oct 21, 2019
1 parent 9fb90ca commit 5ed1f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ Synchronous Sign with RSA SHA256
```js
// sign with RSA SHA256
var privateKey = fs.readFileSync('private.key');
var token = jwt.sign({ foo: 'bar' }, privateKey, { algorithm: 'RS256'});
var token = jwt.sign({ foo: 'bar' }, privateKey, { algorithm: 'RS256' });
```

Sign asynchronously
Expand Down

0 comments on commit 5ed1f06

Please sign in to comment.