Minor formatting

This commit is contained in:
daneb
2017-06-13 21:45:18 +02:00
parent 64cbcec54d
commit 0a022664d5

View File

@@ -62,7 +62,7 @@
## let body = %*{
## "data": "some text"
## }
## var response = client.request("http://some.api", httpMethod = HttpPost, body = $body)
## let response = client.request("http://some.api", httpMethod = HttpPost, body = $body)
## echo response.status
##
## Progress reporting