fix missing backslashes in shell-examples (#196)

This commit is contained in:
Dennis Hermsmeier 2019-10-25 17:47:41 +02:00 committed by Young Bu Park
parent 4ae2e7d24a
commit 7ce5c97f49
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ None.
### Example
```shell
curl -X POST http://localhost:3500/v1.0/state \
-H "Content-Type: application/json"
-H "Content-Type: application/json" \
-d '[
{
"key": "weapon",
@ -226,7 +226,7 @@ The following is a sample *set* request with a complete operation option definit
```shell
curl -X POST http://localhost:3500/v1.0/state \
-H "Content-Type: application/json"
-H "Content-Type: application/json" \
-d '[
{
"key": "weapon",