Skip to content

Commit f599a87

Browse files
authored
fixed mistype in README.md
1 parent 6707485 commit f599a87

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
@@ -224,7 +224,7 @@ The response JSON structure:
224224
| `type` | Set to `json response` if the request type was `unknown json request` and `sql response` for `unknown sql request`. |
225225
| `message` | A JSON object potentially containing an `error` message for displaying and/or logging. This is what Manticore Search will forward to the end-user. |
226226
| `error_code` | An integer representing the HTTP error code which will be a part of the HTTP response to the user making a JSON over HTTP request. For SQL over HTTP/mysql communications, this field is ignored. |
227-
| `version` | Indicates the current protocol version being used. Currently version is 2. |
227+
| `version` | Indicates the current protocol version being used. Current version is 3. |
228228
229229
230230
Example of HTTP Response:

0 commit comments

Comments
 (0)