Skip to content

Commit

Permalink
Merge pull request #214 from tanarurkerem/master
Browse files Browse the repository at this point in the history
Little typo: use a right path

Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
  • Loading branch information
jhedstrom committed Oct 8, 2015
1 parent 2c41b25 commit e0b9a83
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 @@ -32,7 +32,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'
COMPOSER_BIN_DIR=bin 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 e0b9a83

Please sign in to comment.