From dc86a4b71ba84e86f8e4527666208b3947343a80 Mon Sep 17 00:00:00 2001 From: Guilherme Caminha <gpkc@cin.ufpe.br> Date: Tue, 5 Oct 2021 18:48:34 +0200 Subject: [PATCH] Fix readme typo (#35) --- .../template/{{cookiecutter.project_name}}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/README.md b/fastapi_template/template/{{cookiecutter.project_name}}/README.md index 743637d..defe621 100644 --- a/fastapi_template/template/{{cookiecutter.project_name}}/README.md +++ b/fastapi_template/template/{{cookiecutter.project_name}}/README.md @@ -64,7 +64,7 @@ aerich downgrade {%- endif %} ``` -### Miration generation +### Migration generation To generate migrations you should run: ```bash -- GitLab