Skip to content

Commit

Permalink
Correct sql parameter on README
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
joaosimbiose committed Feb 26, 2018
1 parent 60191b2 commit e97cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ print_r($client->score($query));
}
```

### `sql(query)`
### `sql($query)`
Retrieve inserted values using a SQL syntax. This method corresponds to a POST request at /query/sql.

#### Request example
Expand Down

0 comments on commit e97cf6e

Please sign in to comment.