Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidep87 committed Aug 19, 2017
1 parent 96a6708 commit 585ddaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
##### Generate token with HS256 (HMAC with SHA-256) symmetric algorithm
##### Store token in redis to double check if token is generated by our machine

##### Before you start to use this package you need to install Redis on your server or local machine

### How to use:
```javascript
npm install secure-jws-session
npm install secure-jws-session --save
```

```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-jws-session",
"version": "0.1.8",
"version": "0.1.9",
"description": "Secure json web signature sessions with Redis",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 585ddaa

Please sign in to comment.