Skip to content

Commit 9794026

Browse files
committed
Update README
1 parent 27d5fdf commit 9794026

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
Simple [JWT(JSON Web Token)](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html) encoder and decoder for PureScript.
66

7+
## Installation
8+
9+
### Bower
10+
11+
```
12+
$ bower install purescript-simple-jwt
13+
```
14+
15+
### Spago
16+
17+
```
18+
$ spago install simple-jwt
19+
```
20+
721
## Documentation
822

923
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-simple-jwt).

0 commit comments

Comments
 (0)