diff --git a/pages/common/xh.md b/pages/common/xh.md index 345780fd11..78340d4189 100644 --- a/pages/common/xh.md +++ b/pages/common/xh.md @@ -7,7 +7,7 @@ `xh {{httpbin.org/get}}` -- Send a POST request with JSON body: (each key specified is added to the top-level JSON object e.g. `{"name": "john", "age": 25}`): +- Send a POST request with JSON body (each key specified is added to the top-level JSON object e.g. `{"name": "john", "age": 25}`): `xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}`