From 19d21509533eaaa3d4638f4b352db53a46468cea Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 20 Mar 2024 03:02:14 +0100 Subject: [PATCH] doc(store): correct link to flask-babel homepage --- store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/README.md b/store/README.md index 7cc6e5f..9313fe9 100644 --- a/store/README.md +++ b/store/README.md @@ -36,7 +36,7 @@ FLASK_APP=app.py FLASK_ENV=development flask --debug run ## Translation -It's based on Flask-Babel : +It's based on Flask-Babel : ```bash source venv/bin/activate