Skip to content

Commit baadb0f

Browse files
committed
Improve README
1 parent 0b8e226 commit baadb0f

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
@@ -77,7 +77,7 @@ Whether you want to test the client installation or simply check more examples o
7777

7878
`SlicingDice(const char* apiKey, boolean production)`
7979
* `apiKey (const char*)` - [API key](http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys) to authenticate requests with the SlicingDice API.
80-
* `production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point
80+
* `production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point.
8181

8282
`SlicingDice(const char* apiKey, const char* host)`
8383
* `apiKey (const char*)` - [API key](http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys) to authenticate requests with the SlicingDice API.
@@ -92,7 +92,7 @@ Whether you want to test the client installation or simply check more examples o
9292
* `apiKey (const char*)` - [API key](http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys) to authenticate requests with the SlicingDice API.
9393
* `host (const char*)` - [Connection endpoint](http://panel.slicingdice.com/docs/#api-details-api-connection-connection-endpoints) to use when generating requests to SlicingDice.
9494
* `port (int)` - Port to connect to when generating requests. Particularly useful when connect to `http://localhost`.
95-
* `production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point
95+
* `production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point.
9696

9797
### `void index(JsonObject& query)`
9898
Index data to existing entities or create new entities, if necessary. This method corresponds to a [POST request at /index](http://panel.slicingdice.com/docs/#api-details-api-endpoints-post-index).

0 commit comments

Comments
 (0)