We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb90ca commit 5ed1f06Copy full SHA for 5ed1f06
README.md
@@ -73,7 +73,7 @@ Synchronous Sign with RSA SHA256
73
```js
74
// sign with RSA SHA256
75
var privateKey = fs.readFileSync('private.key');
76
-var token = jwt.sign({ foo: 'bar' }, privateKey, { algorithm: 'RS256'});
+var token = jwt.sign({ foo: 'bar' }, privateKey, { algorithm: 'RS256' });
77
```
78
79
Sign asynchronously
0 commit comments