Merge pull request #3 from FriendsOfBehat/lchrusciel-patch-1

Improve README
This commit is contained in:
Kamil Kokot
2016-08-25 22:28:12 +01:00
committed by GitHub

View File

@@ -14,17 +14,17 @@ ensures that application behaviour will not be affected by stateful services.
1. Install it:
```bash
$ composer require friends-of-behat/symfony-extension --dev
```
```bash
$ composer require friends-of-behat/symfony-extension --dev
```
2. Enable and configure in your Behat configuration:
```yaml
default:
# ...
extensions:
FriendsOfBehat\SymfonyExtension: ~
```
```yaml
default:
# ...
extensions:
FriendsOfBehat\SymfonyExtension: ~
```
3. Good luck & have fun!