Skip to content

Commit c334f04

Browse files
authored
Update installation.asciidoc (#1234)
The namespace changes since 8.x
1 parent c0bc0fa commit c334f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ create this object, as follows:
2929
--------------------------
3030
require 'vendor/autoload.php';
3131
32-
$client = Elasticsearch\ClientBuilder::create()->build();
32+
$client = Elastic\Elasticsearch\ClientBuilder::create()->build();
3333
--------------------------
3434
+
3535
Client instantiation is performed with a static helper function `create()`. This

0 commit comments

Comments
 (0)