Skip to content

Commit 298e24d

Browse files
committed
Package is now on pypi
1 parent d69ded8 commit 298e24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This has built in support for entirely stateless 'vanilla' JSON Web Tokens. It a
66
Token revokation makes no assumption about your underlying storage for revoked tokens. It uses [simplekv] (https://github.com/mbr/simplekv) to utilize the underlying storage of your choice.
77

88
# Installation
9-
The easiest way to start working with this extension is (THIS WILL BE IN PIP IN A FEW HOURS):
9+
The easiest way to start working with this extension with pip:
1010
```
1111
pip install flask-jwt-extended
1212
```

0 commit comments

Comments
 (0)