diff --git a/README.md b/README.md index 383ad710..9309b955 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ except jwt.InvalidTokenError: You can run tests from the project root after cloning with: ``` -$ python tests/test_jwt.py +$ python setup.py test ``` ## Algorithms @@ -288,10 +288,6 @@ public_key = cert_obj.public_key() private_key = cert_obj.private_key() ``` -## License - -MIT - [travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master [travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master [pypi-version-image]: https://pypip.in/version/pyjwt/badge.svg