From 5de5880853241c83e0c94deeec3aaee3795fe08b Mon Sep 17 00:00:00 2001 From: Roger Collins Date: Mon, 21 May 2018 13:31:52 -0400 Subject: [PATCH] Typo in pip install cryptography extra --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2eaa4896..8bc29f1f 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ The crytography option is a good default. :: - $ pip install python-jose[crytography] + $ pip install python-jose[cryptography] $ pip install python-jose[pycryptodome] $ pip install python-jose[pycrypto]