From 3bc01de8db734257af9027409ae090a6528efef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Thu, 25 Aug 2016 22:40:27 +0200 Subject: [PATCH] Improve README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7da87ed..504063f 100644 --- a/README.md +++ b/README.md @@ -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!