From 3526c910cfd2ce24b75caae399b74dd038e73f65 Mon Sep 17 00:00:00 2001 From: everzet Date: Fri, 11 May 2012 11:35:46 +0200 Subject: [PATCH] added empty-line to fix gh formatter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc42914..bf95861 100755 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ After installing extension, there would be 5 usage options available for you: `RawMinkContext` doesn't provide any hooks or definitions, so you can inherit from it in as many subcontexts as you want - you'll never get `RedundantStepException`. + 3. Subcontexting/extending `Behat\MinkExtension\Context\MinkContext` in your feature suite. Exactly like previous option, but also provides lot of predefined step definitions out of the box. As this context provides step definitions and hooks, you can use it **only once**