diff --git a/README.md b/README.md index 24e4f240..39969bd8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Run `./vendor/bin/run help [command-name]` for more information about each comma ## Expose custom commands as YAML configuration The Task Runner allows you to expose new commands by just listing its [tasks](http://robo.li/getting-started/#tasks) -under the `commands:` property in `robo.yml.dist`/`robo.yml`. +under the `commands:` property in `runner.yml.dist`/`runner.yml`. For example, the following YAML portion will expose two commands, `drupal:site-setup` and `setup:behat`: