diff --git a/docs/install.md b/docs/install.md index 3e44b62..ee3e510 100644 --- a/docs/install.md +++ b/docs/install.md @@ -54,8 +54,7 @@ Go to `behat.yml`: ```yaml # ... contexts: - - BehatOrmContext\Context\OrmContext: - manager: '@doctrine.orm.entity_manager' + - BehatOrmContext\Context\OrmContext # ... ```