Skip to content

Commit 3331fe5

Browse files
committed
Fixed a typo version in docs
1 parent 0c9ff47 commit 3331fe5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/quickstart.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This section will give you a quick overview of the client and how the major func
1111
----------------------------
1212
{
1313
"require": {
14-
"elasticsearch/elasticsearch": "~5.0"
14+
"elasticsearch/elasticsearch": "~6.7.0"
1515
}
1616
}
1717
----------------------------
@@ -266,4 +266,3 @@ actions are available under the `$client` object (indexing, searching, getting,
266266
are located under the `$client->indices()` and `$client->cluster()` objects, respectively.
267267

268268
Check out the rest of the Documentation to see how the entire client works.
269-

0 commit comments

Comments
 (0)