From d20811953870f9efac33a13edaff2e221f358ae5 Mon Sep 17 00:00:00 2001 From: everzet Date: Fri, 11 May 2012 11:33:59 +0200 Subject: [PATCH] updated example (selenium2 is default javascript_session from now on) --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b251c5..42915e5 100755 --- a/README.md +++ b/README.md @@ -38,13 +38,10 @@ activate `MinkExtension`: # ... extensions: mink_extension.phar: - mink_loader: 'mink-VERSION.phar' - base_url: 'http://example.com' - - javascript_session: 'selenium2' - - goutte: ~ - selenium2: ~ + mink_loader: 'mink-VERSION.phar' + base_url: 'http://example.com' + goutte: ~ + selenium2: ~ ``` For all configuration options, check [extension configuration