From 7453d9144bd8dfaa7c01490f2865dfa4a233873a Mon Sep 17 00:00:00 2001 From: tracer Date: Sun, 20 Feb 2022 20:16:13 +0100 Subject: [PATCH] fixed a formatting issue Signed-off-by: tracer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8708c1f..d96c7ff 100644 --- a/README.md +++ b/README.md @@ -312,12 +312,12 @@ And then hit Execute: Of course, you can issue the same command in your shell: -` +``` curl -X 'GET' \ 'https://ns1.24unix.net/api/ping' \ -H 'accept: application/json' \ -H 'X-API-Key: 61f27a57c9d1f.[truncated]' -` +``` A helpful tool when dealing with API is [Postman](https://https://www.postman.com/), if offers the same options as from the OpenAPI interface or via shell with curl.