README.md in vagrant-orchestrate-0.4.0 vs README.md in vagrant-orchestrate-0.4.1
- old
+ new
@@ -260,10 +260,10 @@
The push command is currently limited by convention to vagrant machines that use the `:managed` provider. So if you have other, local machines defined in the Vagrantfile, `vagrant orchestrate push` will not operate on those.
#### Deployment Strategy
-Vagrant Orchestrate supports several deployment [strategies](docs/strategies.md), including parallel and
+Vagrant Orchestrate supports several deployment [strategies](docs/strategy.md) including parallel, canary and
blue-green.
You can push changes to all of your servers in parallel with
$ vagrant orchestrate push --strategy parallel