Skip to content

Commit cc02620

Browse files
committed
add docs link to readme
1 parent 8c92bb5 commit cc02620

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ Validating a generated JWT, encoded_jwt.
9494
# The decoded JWT's JOSE header and claims set are returned as a tuple
9595
print('JOSE Header: {}\nJWT Claims: {}'.format(decoded_jwt[0], decoded_jwt[1]))
9696
97+
Documentation
98+
=============
99+
100+
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>`_.
101+
97102
Contributing
98103
============
99104

0 commit comments

Comments
 (0)