Skip to content

Commit 6a868ea

Browse files
feridmovsumovpolyfractal
authored andcommitted
[DOCS] Usage example for creating ClientBuilder fixed (#406)
1 parent b013ab0 commit 6a868ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ The recommended method to install _Elasticsearch-PHP_ is through [Composer](http
7171

7272
```php
7373
<?php
74+
75+
use Elasticsearch\ClientBuilder;
76+
7477
require 'vendor/autoload.php';
7578

7679
$client = ClientBuilder::create()->build();

0 commit comments

Comments
 (0)