Skip to content

Commit

Permalink
Change tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 28, 2022
1 parent 7e06582 commit cd6bb84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -16,7 +16,7 @@ Flask-Limiter

|docs| |ci| |codecov| |pypi| |license|

**Flask-Limiter** provides rate limiting features to `Flask <https://flask.palletsprojects.com>`_ applications.
**Flask-Limiter** adds rate limiting to `Flask <https://flask.palletsprojects.com>`_ applications.

----

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -11,7 +11,7 @@

from theme_config import *

description = "Flask-Limiter provides rate limiting features to flask applications."
description = "Flask-Limiter adds rate limiting to flask applications."
copyright = "2022, Ali-Akber Saifee"
project = "Flask-Limiter"

Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Expand Up @@ -57,7 +57,7 @@ Flask-Limiter
:target: https://pypi.org/project/flask-limiter
:class: header-badge

**Flask-Limiter** provides rate limiting features to :class:`~flask.Flask` applications.
**Flask-Limiter** adds rate limiting to :class:`~flask.Flask` applications.

By adding the extension to your flask application, you can configure various
rate limits at different levels (e.g. application wide, per :class:`~flask.Blueprint`,
Expand Down

0 comments on commit cd6bb84

Please sign in to comment.