From 260bbb0a303208f256b9c1f1981f7c5ae962e05d Mon Sep 17 00:00:00 2001 From: Matt Menzenski Date: Sat, 27 Feb 2016 21:27:27 -0600 Subject: [PATCH] fix minor typos in project README --- {{cookiecutter.repo_name}}/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index b9e78134..c57a953a 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -64,7 +64,7 @@ To run a celery worker: cd {{cookiecutter.repo_name}} celery -A {{cookiecutter.repo_name}}.taskapp worker -l info -Please note: For Celerys import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right. +Please note: For Celery's import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right. {% endif %} @@ -132,7 +132,7 @@ The testing framework runs Django, Celery (if enabled), Postgres, HitchSMTP (a m Deployment ---------- -We providing tools and instructions for deploying using Docker and Heroku. +We provide tools and instructions for deploying using Docker and Heroku. Heroku ^^^^^^