diff options
author | Landon <landogbland@gmail.com> | 2016-09-14 10:23:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-14 10:23:44 -0600 |
commit | 009136eb12ac078e15a162354cb8706544147634 (patch) | |
tree | fe6136e43fd4698998fba8d5b3e58a6b4a983d31 | |
parent | b35d522135044ba10ac41e7db5b95348cb4c4707 (diff) | |
download | pyjwt-009136eb12ac078e15a162354cb8706544147634.tar.gz |
Add readthedocs link in README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,7 @@ A Python implementation of [RFC 7519][jwt-spec]. Original implementation was written by [@progrium][progrium]. + ## Installing ``` @@ -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: |