Skip to content

Commit 38bbc30

Browse files
ezimuelszabosteve
andauthored
Update README.md
Co-Authored-By: István Zoltán Szabó <[email protected]>
1 parent 1068434 commit 38bbc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Quickstart
113113

114114
In elasticsearch-php, almost everything is configured by associative arrays. The REST endpoint, document and optional parameters - everything is an associative array.
115115

116-
To index a document, we need to specify four pieces of information: index, id and a document body. This is done by
116+
To index a document, we need to specify three pieces of information: index, id and a document body. This is done by
117117
constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
118118
corresponding to the data in your document:
119119

0 commit comments

Comments
 (0)