From ccb91bc580627b5affb5b8a7983f24cb05c363dc Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 12 Jul 2014 19:38:43 +0700 Subject: [PATCH] Readme fix --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bfc27a2..7a1625e 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,14 @@ Displays information about the queues, their messages and current subscriptions Response: ```json { - "urgent": { - "messages": 0, - "subscriptions": 0 - }, - "someday": { - "messages": 0, - "subscriptions": 0 - } + "urgent": { + "messages": 0, + "subscriptions": 0 + }, + "someday": { + "messages": 0, + "subscriptions": 0 + } } ``` @@ -94,8 +94,8 @@ Displays debug information about the queue process. Currenty displays the number /debug ``` Response: -``` +```json { - "goroutines": 13 + "goroutines": 13 } -``` \ No newline at end of file +```