Update index.md

modify " ' " of the sentence
pull/4957/merge
Anthony 2017-08-15 14:44:23 +08:00 committed by Andrew Chen
parent 907d1faf5a
commit bfe4ac9f65
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ tree, then change directory to `examples/job/work-queue-1`.
Otherwise, make a temporary directory, change to it,
download the [Dockerfile](Dockerfile?raw=true),
and [worker.py](worker.py?raw=true). In either case,
build the image with this command: `
build the image with this command:
```shell
$ docker build -t job-wq-1 .