Skip to content

Commit

Permalink
README without double quotes (#71)
Browse files Browse the repository at this point in the history
adding double quotes in README.md
  • Loading branch information
Bruno Benicio Do Nascimento authored and mrak committed Jan 30, 2018
1 parent b10003e commit eabf607
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 @@ -255,7 +255,7 @@ Although not required, it is recommended to also specify a `application/json` he
json: '{"key1":"value1","key2":"value2"}'
```

JSON strings may contain `"key": "value"` pairs in any order: `{"key1":"value1, "key2":"value2"}` is equivalent to `{"key2":"value2, "key1":"value1"}`
JSON strings may contain `"key": "value"` pairs in any order: `{"key1":"value1", "key2":"value2"}` is equivalent to `{"key2":"value2", "key1":"value1"}`

#### headers

Expand Down

0 comments on commit eabf607

Please sign in to comment.