Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Mar 18, 2015
1 parent a507b5c commit 201e4b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 201e4b1

Please sign in to comment.