From 96476c8e5529881dbd9b5bf1090d3d1d94d337d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Wed, 14 Apr 2021 13:56:52 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f39af5f..58ece53 100644 --- a/README.md +++ b/README.md @@ -259,8 +259,6 @@ To learn more about `asynq` features and APIs, please see [godoc](https://godoc. [Asynqmon](https://github.com/hibiken/asynqmon) is a web based tool for monitoring and administrating Asynq queues and tasks. -> ☝️ Please see the tool's [README](https://github.com/hibiken/asynqmon) for details. - Here's a few screenshots of the Web UI: **Queues view** @@ -275,6 +273,8 @@ Here's a few screenshots of the Web UI: ![Web UI Settings and adaptive dark mode](https://user-images.githubusercontent.com/11155743/114697149-3517c380-9d26-11eb-9f7a-ae2dd00aad5b.png) +For details on how to use the tool, refer to the tool's [README](https://github.com/hibiken/asynqmon#readme). + ## Command Line Tool Asynq ships with a command line tool to inspect the state of queues and tasks.