diff --git a/README.md b/README.md index c0bab02..6240c88 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ be specified. * `docker_username`: *Optional.* This is used as the username to authenticate against a protected docker registry. * `docker_password`: *Optional.* This should be the users password when authenticating against a protected docker registry. * `show_app_log`: *Optional.* Tails the app log during startup, useful to debug issues when using blue/green deploys together with the `current_app_name` option. -* `no_start`: *Optional.* Deploys the app but does not start it. This parameter is ignored when `current_app_name` is specified. -* `tasks`: *Optional.* Stages the app but does not start it or give it a route. This parameter is ignored when `current_app_name` is specified. +* `no_start`: *Optional.* Deploys the app but does not start it. +* `tasks`: *Optional.* Stages the app but does not start it or give it a route. ## Pipeline example