Skip to content

Commit

Permalink
Corrected error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
autoit4you committed Sep 1, 2015
1 parent b05374c commit 47e2a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ value should be a PEM encoded *public* key.
Returns a boolean indicating whether or not the signature is valid.

#### Example:
```s
```js
var jose = require('jose');
var hs256 = jose.jwa('HS256');
var isValid = hs256.verify('input', 'jYmF0Et6vTLLqjd5o9qgGeDSaaIq7BWvjnKW9wLMaMY', 'secret');
Expand Down

0 comments on commit 47e2a97

Please sign in to comment.