Skip to content

Commit

Permalink
bug in README.md
Browse files Browse the repository at this point in the history
Composer should require drupal/drupal**-**extension not drupal/drupal**.**extension``
  • Loading branch information
sobiech committed Dec 23, 2014
1 parent 585f289 commit 7908f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7908f8e

Please sign in to comment.