Merge pull request #492 from menzenski/master

fix minor typos in project README
This commit is contained in:
Jannis Gebauer 2016-03-08 10:03:24 +01:00
commit ec0e629c1c

View File

@ -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
^^^^^^