Merge pull request #991 from sergei-solomonov/patch-1

typo fixed
This commit is contained in:
Misty Stanley-Jones 2016-12-29 14:28:10 -08:00 committed by GitHub
commit 0d7778af0c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ In this step, you create a Django started project by building the image from the
docker-compose run web django-admin.py startproject composeexample .
This instructs Compose to run `django-admin.py startproject composeeexample`
This instructs Compose to run `django-admin.py startproject composeexample`
in a container, using the `web` service's image and configuration. Because
the `web` image doesn't exist yet, Compose builds it from the current
directory, as specified by the `build: .` line in `docker-compose.yml`.