Skip to content

Commit

Permalink
Merge pull request #186 from kamronbatman/patch-1
Browse files Browse the repository at this point in the history
[README] Fixes typo
  • Loading branch information
nelsonic authored Aug 13, 2016
2 parents d5cb460 + b3475f4 commit 4523688
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 @@ -295,7 +295,7 @@ var url = "/path?token="+token;
@skota asked "***How to generate secret key***?" in: [dwyl/hapi-auth-jwt2/issues/**48**](https://github.com/dwyl/hapi-auth-jwt2/issues/48)

There are _several_ options for generating secret keys.
The _easist_ way is to run node's crypto hash in your terminal:
The _easiest_ way is to run node's crypto hash in your terminal:
```js
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
```
Expand Down

0 comments on commit 4523688

Please sign in to comment.