Update index.md (#2482)

Fixed version -> version typo
This commit is contained in:
jgasparetti 2017-03-28 18:29:45 +02:00 committed by Misty Stanley-Jones
parent e821f182e6
commit 38481b0132
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ uses `dockersamples/examplevotingapp_vote:before`. This specifies the path to
the image on Docker Hub (as shown in the table above), and an [image
tag](/engine/reference/commandline/tag.md), `before` to indicate the version of
the image we want to start with. In the second part of the tutorial, we will
edit this file to call a different verson of this image with an `after` tag.
edit this file to call a different version of this image with an `after` tag.
* The **depends_on** key allows you to specify that a service is only
deployed after another service. In our example, `vote` only deploys