Readme fix

This commit is contained in:
Gregory Eremin 2014-07-12 19:38:43 +07:00
parent 1827306e92
commit ccb91bc580

View File

@ -74,14 +74,14 @@ Displays information about the queues, their messages and current subscriptions
Response: Response:
```json ```json
{ {
"urgent": { "urgent": {
"messages": 0, "messages": 0,
"subscriptions": 0 "subscriptions": 0
}, },
"someday": { "someday": {
"messages": 0, "messages": 0,
"subscriptions": 0 "subscriptions": 0
} }
} }
``` ```
@ -94,8 +94,8 @@ Displays debug information about the queue process. Currenty displays the number
/debug /debug
``` ```
Response: Response:
``` ```json
{ {
"goroutines": 13 "goroutines": 13
} }
``` ```