From 5c19e0d5f20f088aa0198f1de23fee638518070e Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Wed, 19 Aug 2015 20:18:08 -0700 Subject: [PATCH] Correct spelling --- {{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 20030c44..756b656d 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -304,7 +304,7 @@ celery worker process and `celerybeat` that runs the celery beat process. {% endif %} -All of these servicese except `redis` rely on environment variables set by you. There is an `env.example` file in the +All of these services except `redis` rely on environment variables set by you. There is an `env.example` file in the root directory of this project as a starting point. Add your own variables to the file and rename it to `.env`. This file won't be tracked by git by default so you'll have to make sure to use some other mechanism to copy your secret if you are relying solely on git. @@ -389,4 +389,4 @@ If you want to scale your application, run:: docker-compose scale celeryworker=2 -**Don't run the scale command on postgres or celerybeat** \ No newline at end of file +**Don't run the scale command on postgres or celerybeat**