Skip to content

Commit 3edaa53

Browse files
authored
Merge pull request jpadilla#218 from vimalloc/patch-1
Add readthedocs link in README.md
2 parents b35d522 + 009136e commit 3edaa53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
A Python implementation of [RFC 7519][jwt-spec].
1010
Original implementation was written by [@progrium][progrium].
1111

12+
1213
## Installing
1314

1415
```
@@ -26,6 +27,10 @@ $ pip install PyJWT
2627
{'some': 'payload'}
2728
```
2829

30+
## Documentation
31+
32+
View the full docs online at https://pyjwt.readthedocs.io/en/latest/
33+
2934
## Tests
3035

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

0 commit comments

Comments
 (0)