Skip to content

Commit

Permalink
chore: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 8, 2024
1 parent 59830b9 commit 938a94f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $results = $client->search($query);
use OramaCloud\Manager\CloudManager;
use OramaCloud\Manager\IndexManager;

$manager = new CloudManager("<Your Orama Cloud Private API Key>");
$manager = new CloudManager('<Your Orama Cloud Private API Key>');

$indexId = '<Index-ID>';
$index = new IndexManager($indexId, $manager);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "orama/oramacloud-client-php",
"name": "orama/oramacloud-client",
"description": "Orama Cloud SDK",
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions src/Manager/Endpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ class Endpoints
const NOTIFY = self::WEBHOOKS_BASE_URL . '/{indexID}/notify';

const SNAPSHOT = self::WEBHOOKS_BASE_URL . '/{indexID}/snapshot';

const ORAMA_ANSWER_ENDPOINT = 'https://answer.api.orama.com';
}

0 comments on commit 938a94f

Please sign in to comment.