From 4a12bfbbcf6ffd7c9cd2d74a06a9fa609db9e2f1 Mon Sep 17 00:00:00 2001 From: Claudiu Cristea Date: Mon, 12 Mar 2018 14:54:57 +0200 Subject: [PATCH] Issue #43: Fix README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: