From f1b9f09eda14254fe9b2fbfb543e591e6d4e8573 Mon Sep 17 00:00:00 2001 From: Damien Alexandre Date: Fri, 17 Feb 2023 15:08:48 +0100 Subject: [PATCH] doc(symfony): Provide a working example out of the box --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16b27a9..5d95dbb 100644 --- a/README.md +++ b/README.md @@ -248,8 +248,8 @@ elastically: default: client: host: '%env(ELASTICSEARCH_HOST)%' - # If you want to use the Symfony Http Client: - transport: 'JoliCode\Elastically\Transport\HttpClientTransport' + # If you want to use the Symfony HttpClient (you MUST create this service) + #transport: 'JoliCode\Elastically\Transport\HttpClientTransport' # Path to the mapping directory (in YAML) mapping_directory: '%kernel.project_dir%/config/elasticsearch'