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