From 33c764c463b0ace512df436786b4a62e5bdabdd9 Mon Sep 17 00:00:00 2001 From: Justin Moon Date: Tue, 17 Dec 2019 19:51:16 -0600 Subject: [PATCH] Fix typo in README and docs --- README.rst | 4 ++-- docs/source/includes/main_page.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2ed77b48..7ed5b965 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ Additional features Minimal Requirements -------------------- -- brypt 2.0+ +- bcrypt 2.0+ - cryptography 1.6+ - Flask 0.9+ - Flask-Login 0.2+ @@ -92,4 +92,4 @@ Contact us :target: https://gitter.im/Flask-User/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge .. image:: http://img.shields.io/static/v1?label=Telegram&message=@flask_user&logo=telegram&color=blue - :target: https://t.me/flask_user \ No newline at end of file + :target: https://t.me/flask_user diff --git a/docs/source/includes/main_page.rst b/docs/source/includes/main_page.rst index 93545f6c..2fc7630a 100644 --- a/docs/source/includes/main_page.rst +++ b/docs/source/includes/main_page.rst @@ -43,7 +43,7 @@ Additional features Minimal Requirements -------------------- -- brypt 2.0+ +- bcrypt 2.0+ - cryptography 1.6+ - Flask 0.9+ - Flask-Login 0.2+