Skip to content

Commit

Permalink
Merge pull request #218 from vimalloc/patch-1
Browse files Browse the repository at this point in the history
Add readthedocs link in README.md
  • Loading branch information
mark-adams committed Sep 14, 2016
2 parents b35d522 + 009136e commit 3edaa53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
A Python implementation of [RFC 7519][jwt-spec].
Original implementation was written by [@progrium][progrium].


## Installing

```
Expand All @@ -26,6 +27,10 @@ $ pip install PyJWT
{'some': 'payload'}
```

## Documentation

View the full docs online at https://pyjwt.readthedocs.io/en/latest/

## Tests

You can run tests from the project root after cloning with:
Expand Down

0 comments on commit 3edaa53

Please sign in to comment.