Skip to content

Commit 4dfa309

Browse files
Updates README.md
1 parent a6e7a84 commit 4dfa309

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
@@ -256,7 +256,7 @@ executable [`cURL`](https://curl.haxx.se/) commands. Unlike JSON, it is primaril
256256
###### Request
257257

258258
```bash
259-
curl -v -X GET -H 'Accept: application/json' 'http://localhost/test
259+
curl -v -X GET 'http://localhost/test' -H 'Accept: application/json'
260260
```
261261

262262
###### Response

0 commit comments

Comments
 (0)