From 5a0606414192288529b990651da9e0ca4a008d04 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 18 Nov 2021 15:20:41 +0100
Subject: [PATCH] Mention DBP Symfony recipe repository

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 00ad085..4399be3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ This Symfony bundle contains BasePersonConnectorLdap services for the DBP Relay
 
 * Add the bundle package as a dependency:
 
-```
+```bash
+# You may want to first add the DBP Symfony recipe repository to your application to get the configuration file installed automatically
+# See: https://github.com/digital-blueprint/symfony-recipes
 composer require dbp/relay-base-person-connector-ldap-bundle
 ```
 
@@ -46,9 +48,6 @@ dbp_relay_base_person_connector_ldap:
       birthday: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_BIRTHDAY)%'
 ```
 
-The value gets read in `DbpRelayBasePersonConnectorLdapExtension` and passed when creating the
-`UCardService` service.
-
 For more info on bundle configuration see
 https://symfony.com/doc/current/bundles/configuration.html
 
-- 
GitLab