From 79bc773d020175255b2957b54849d686e48373da Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 30 Jul 2019 05:38:10 +0000 Subject: [PATCH] Use tabs --- doc/api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api.md b/doc/api.md index 9d0dc8095..d522767fd 100644 --- a/doc/api.md +++ b/doc/api.md @@ -401,10 +401,10 @@ Parameters are sent as JSON object: ``` { - "media_id":"1234", - "alt_text": { - "text":"Here comes the description" - } + "media_id":"1234", + "alt_text": { + "text":"Here comes the description" + } } ```