Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 19, 2024
1 parent 0ea17bd commit b5c6b99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ OramaCloud PHP Client SDK
composer require orama/oramacloud-client
```

#### Compatibility

PHP: 7.3 or later

## Integrating with Orama Cloud

```php
Expand Down Expand Up @@ -47,7 +51,6 @@ $results = $client->search($query);
## Managing your index

```php
use OramaCloud\Manager\CloudManager;
use OramaCloud\Manager\IndexManager;

$index = new IndexManager('<Your Index-ID>', '<Your Private API Key>');
Expand Down

0 comments on commit b5c6b99

Please sign in to comment.