xh: fix sending GET Request example

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
manned-org
Grzegorz Baranski 2021-04-05 15:45:46 +02:00 committed by Starbeamrainbowlabs
parent ca04bb9921
commit 8918dd4d6d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
`xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}`
- Send a GET request with querystring id=5&sort=true:
- Send a GET request with query parameters (e.g. `id=5&sort=true`):
`xh get {{httpbin.org/get}} {{id==5}} {{sort==true}}`