From b5c6b994615fc397164fba82ace3e5272f6ae61d Mon Sep 17 00:00:00 2001 From: Fausto Quaggia Date: Fri, 19 Jul 2024 19:16:47 +0200 Subject: [PATCH] docs: update example --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eacc8e6..266bc06 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ OramaCloud PHP Client SDK composer require orama/oramacloud-client ``` +#### Compatibility + +PHP: 7.3 or later + ## Integrating with Orama Cloud ```php @@ -47,7 +51,6 @@ $results = $client->search($query); ## Managing your index ```php -use OramaCloud\Manager\CloudManager; use OramaCloud\Manager\IndexManager; $index = new IndexManager('', '');