Skip to content

Commit

Permalink
Fix up UPGRADING.md.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jan 8, 2025
1 parent 5855571 commit e1849b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ $transport = (new \OpenSearch\TransportFactory())
->setRequestFactory($requestFactory)
->create();

$endpointFactory = new \OpenSearch\EndpointFactory();
$client = new \OpenSearch\Client($transport, $endpointFactory, []);

// Send a request to the 'info' endpoint.
Expand Down

0 comments on commit e1849b1

Please sign in to comment.