summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin Tay <kelvintaywl@gmail.com>2015-06-07 20:23:39 +0900
committerKelvin Tay <kelvintaywl@gmail.com>2015-06-07 20:23:39 +0900
commit5765b66ff3e5a0a947601bc6216cc8c52bfde86e (patch)
tree6b8a38e15df3de4e249d9311a7d8a08d72103569
parent32a577fc799010c54415bc5884b58a0f9ebf26a8 (diff)
downloadpyjwt-5765b66ff3e5a0a947601bc6216cc8c52bfde86e.tar.gz
fix small typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba2a8ac..7341539 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ using any of those algorithms, you'll need to install it as well.
$ pip install cryptography
```
-If you're system doesn't allow installing `cryptography` like on Google App Engine, you can install `PyCrypto` for RSA signatures and `ecdsa` for ECDSA signatures.
+If your system doesn't allow installing `cryptography` like on Google App Engine, you can install `PyCrypto` for RSA signatures and `ecdsa` for ECDSA signatures.
## Usage