From 041231f3640d40d28697d2656b5d862750889692 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Tue, 5 Oct 2021 11:20:41 +0400 Subject: [PATCH] Fixing typos (#31) (#33) Fixed typos in generated README.md Co-authored-by: Guilherme Caminha <gpkc@cin.ufpe.br> --- .../template/{{cookiecutter.project_name}}/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/README.md b/fastapi_template/template/{{cookiecutter.project_name}}/README.md index 1226b52..743637d 100644 --- a/fastapi_template/template/{{cookiecutter.project_name}}/README.md +++ b/fastapi_template/template/{{cookiecutter.project_name}}/README.md @@ -8,7 +8,7 @@ docker-compose -f deploy/docker-compose.yml --project-directory . up ## Pre-commit -To install pre-commit simply run inside of the shell: +To install pre-commit simply run inside the shell: ```bash pre-commit install ``` @@ -23,7 +23,7 @@ kubectl apply -f deploy/kube It will create needed components. -If you hasn't pushed to docker registry yet, you can build image locally. +If you haven't pushed to docker registry yet, you can build image locally. ```bash docker-compose -f deploy/docker-compose.yml --project-directory . build -- GitLab