Skip to content

Commit

Permalink
keep brief note re. license in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
natevw committed Jun 21, 2019
1 parent 3d7139a commit 4a84503
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI');
var val = cookie.sign('hello', 'tobiiscool');
cookie.unsign(val, 'tobiiscool').should.equal('hello');
cookie.unsign(val, 'luna').should.be.false;
```
```

## License

MIT.

See LICENSE file for details.

0 comments on commit 4a84503

Please sign in to comment.