2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-03 17:22:01 +08:00

Update readme

This commit is contained in:
Ken Hibino
2022-06-03 04:14:45 -07:00
committed by GitHub
parent 86fe31990b
commit 6c954c87bf
3 changed files with 3 additions and 2 deletions

View File

@@ -295,9 +295,9 @@ To install the CLI tool, run the following command:
go install github.com/hibiken/asynq/tools/asynq
```
Here's an example of running the `asynq stats` command:
Here's an example of running the `asynq dash` command:
![Gif](/docs/assets/demo.gif)
![Gif](/docs/assets/dash.gif)
For details on how to use the tool, refer to the tool's [README](/tools/asynq/README.md).