Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 2b5654d

Browse files
author
Bevan
committed
Update index.rst
1 parent b9e3875 commit 2b5654d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

doc/index.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,14 @@ the following parameters to avoid the validation error triggered by Guzzle :
285285

286286
.. code-block:: yaml
287287
288-
default:
289-
extensions:
290-
Behat\MinkExtension\Extension:
291-
zombie:
292-
# Specify the path to the node_modules directory.
293-
node_modules_path: /usr/local/lib/node_modules/
294-
default_session: 'zombie'
295-
javascript_session: 'zombie'
296-
288+
default:
289+
extensions:
290+
Behat\MinkExtension:
291+
sessions:
292+
default:
293+
zombie:
294+
# Specify the path to the node_modules directory.
295+
node_modules_path: /usr/local/lib/node_modules/
297296
298297
.. note::
299298

0 commit comments

Comments
 (0)