From a6c1f5141587299052accdaa429f1b8a7bc0236a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slobodan=20Mi=C5=A1kovi=C4=87?= Date: Tue, 21 Dec 2021 17:01:59 -0800 Subject: [PATCH] Fix link to composer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slobodan Mišković --- _clients/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/php.md b/_clients/php.md index db5027b6..156180cf 100644 --- a/_clients/php.md +++ b/_clients/php.md @@ -12,7 +12,7 @@ The client contains a library of APIs that let you perform different operations ## Setup -To add the client to your project, install it using [composer]](https://getcomposer.org/): +To add the client to your project, install it using [composer](https://getcomposer.org/): ```bash composer require opensearch-project/opensearch-php