From 7908f8eacdb9df4a8372fe35ba77680bfc3cfdcd Mon Sep 17 00:00:00 2001 From: sobiech Date: Wed, 24 Dec 2014 00:40:29 +0100 Subject: [PATCH] bug in README.md Composer should require drupal/drupal**-**extension not drupal/drupal**.**extension`` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11b94d95..4977a129 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ the [Full documentation](https://behat-drupal-extension.readthedocs.org) mkdir projectdir cd projectdir curl -sS https://getcomposer.org/installer | php - php composer.phar require drupal/drupal.extension='~3.0' + php composer.phar require drupal/drupal-extension='~3.0' ``` 1. In the projectdir, create a file called `behat.yml`. Below is the