File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
5
5
6
6
include::overview.asciidoc[]
7
7
8
- include::quickstart.asciidoc[]
9
-
10
8
include::installation.asciidoc[]
11
9
10
+ include::quickstart.asciidoc[]
11
+
12
12
include::configuration.asciidoc[]
13
13
14
14
include::per-request-configuration.asciidoc[]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is the official PHP client for {es}. It is designed to be a low-level
5
5
client that does not stray from the REST API.
6
6
7
7
All methods closely match the REST API, and furthermore, match the method
8
- structure of other language clients (Ruby, Python, etc ). We hope that this
8
+ structure of other language clients (Ruby, Python, and so on ). We hope that this
9
9
consistency makes it easy to get started with a client and to seamlessly switch
10
10
from one language to the next with minimal effort.
11
11
You can’t perform that action at this time.
0 commit comments