From 7319e745f9b5c30c0c5f8fd402841f350a43834c Mon Sep 17 00:00:00 2001 From: JoppeDC Date: Thu, 3 Oct 2019 18:48:58 +0200 Subject: [PATCH] Added extra note to README.MD When using symfony 4 the config is saved somewhere else. Most users will find this, but the dev config had me confused. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ff214b..432c512 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ $bundles = array( Add the following to your config file: +**NOTE** If you're using symfony 4, the config will be in `config/packages/ewz_recaptcha.yaml`. The local dev enviroment has its own config in `config/packages/dev/ewz_recaptcha.yaml`. + ``` yaml # app/config/config.yml