From 1465c6d15810314a6e3372871adfb60af0620885 Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Fri, 2 Feb 2024 09:21:10 +0100 Subject: [PATCH] PD-96 Fix Typo. (#2) --- doc/01_Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01_Installation.md b/doc/01_Installation.md index 397df15..00aa334 100644 --- a/doc/01_Installation.md +++ b/doc/01_Installation.md @@ -13,7 +13,7 @@ To install the Opensearch Client Bundle, follow the three steps below: 1) Install the required dependencies: ```bash -composer require pimcore/opensearch-client-bundle +composer require pimcore/opensearch-client ``` 2) This bundle is a standard symfony bundle. If not required and activated by another bundle, it can be enabled by adding it to the `bundles.php` of your application.