Skip to content

Commit bb58004

Browse files
committed
fix readme
1 parent 3c7c713 commit bb58004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Index and type names setted in query will override values the configuration file
162162

163163
-
164164

165-
// Update an existing document
165+
// Update an existing document
166166
167167
ES::update([
168168
"title" => "Test document",
@@ -176,7 +176,7 @@ Index and type names setted in query will override values the configuration file
176176

177177
-
178178

179-
// delete a document
179+
// delete a document
180180
181181
ES::delete(3);
182182

0 commit comments

Comments
 (0)