From 4f381450031ec678e193f3b0ee4b98c9234e51c3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 20:38:13 +0200 Subject: typo --- docs/api/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md index ba538cc5f..7a467d101 100644 --- a/docs/api/v2/README.md +++ b/docs/api/v2/README.md @@ -60,7 +60,7 @@ Any request method except GET: Any route that allows caching: * **If-None-Match**: an Etag, e.g. 6d82cbb050ddc7fa9cbb659014546e59. If no previous Etag is known, this header should be omitted -The request body is either passed in the URL in case of a **GET** request (e.g.: ?foo=bar&index=0) or as JSON, e.g.: +The request body is either passed in the URL in case of a **GET** request (e.g.: **?foo=bar&index=0**) or as JSON, e.g.: ```json { -- cgit v1.2.3