Skip to content

Commit 3902ab4

Browse files
authored
Even more badges in the readme
Ok, no more badges, promise!
1 parent 4667276 commit 3902ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
[![Build Status](https://travis-ci.org/vimalloc/flask-jwt-extended.svg?branch=master)](https://travis-ci.org/vimalloc/flask-jwt-extended)
33
[![Coverage Status](https://coveralls.io/repos/github/vimalloc/flask-jwt-extended/badge.svg)](https://coveralls.io/github/vimalloc/flask-jwt-extended)
44
[![PyPI version](https://badge.fury.io/py/Flask-JWT-Extended.svg)](https://badge.fury.io/py/Flask-JWT-Extended)
5+
[![Documentation Status](https://readthedocs.org/projects/flask-jwt-extended/badge/)](http://flask-jwt-extended.readthedocs.io/en/latest/)
56

67
Flask-JWT-Extended adds support for using JSON Web Tokens (JWT) to Flask for protecting views.
78

8-
This has several optional features built it to make working with JSON Web Tokens
9+
This has several **optional** features built it to make working with JSON Web Tokens
910
easier. These include:
1011

1112
* Support for adding custom claims to JSON Web Tokens

0 commit comments

Comments
 (0)