From 49c4fc2a0e7c2707047337caf883d66e1bef110b Mon Sep 17 00:00:00 2001 From: Adrian Zmenda Date: Fri, 10 Aug 2018 18:54:32 +0200 Subject: [PATCH] Tweak README typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed97e39..b89f9f1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ensures that application behaviour will not be affected by stateful services. ## Configuration SymfonyExtension provides kind of autoconfiguration feature. -When none explicit configuration is set, we will set for You sane default that will get you running fast. +When none explicit configuration is set, we will set for you sane default that will get you running fast. **Default Symfony 3 configuration** @@ -64,7 +64,7 @@ FriendsOfBehat\SymfonyExtension: Symfony 4 is automatically detected, based on the existence of default `src/Kernel.php` kernel file. -If you did not migrate to new Symfony structure yet or you are using custom paths/naming; you need to configure `kernel.boostrap` parameter, to enable default Symfony 4 configuration as shown in the example below: +If you did not migrate to new Symfony structure yet or you are using custom paths/naming; you need to configure `kernel.bootstrap` parameter, to enable default Symfony 4 configuration as shown in the example below: ``` FriendsOfBehat\SymfonyExtension: