From 0b5e6faff50599d5a2f860d9b7998a12327f9128 Mon Sep 17 00:00:00 2001 From: Cheick Berthe Date: Fri, 6 Oct 2023 19:44:48 -0400 Subject: [PATCH] Fix typo in README.md --- {{cookiecutter.project_slug}}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 0c77e443..18e57646 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -8,7 +8,7 @@ - SqlAlchemy with Alembic for migrations - Pytest for backend tests - Jest for frontend tests -- Perttier/Eslint (with Airbnb style guide) +- Prettier/Eslint (with Airbnb style guide) - Docker compose for easier development - Nginx as a reverse proxy to allow backend and frontend on the same port