From f3c24984250080be3e2dd0c7847be3ff79981d70 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 7cc6e5f5..9313fe93 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