From bda90ac732e7db1da4e45dec21b7fc90f986c1a3 Mon Sep 17 00:00:00 2001 From: lengcharles <46246823+StellarisW@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:15:06 +0800 Subject: [PATCH] docs: fix one typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7567ecb..a6f7efb 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ To connect to a **single redis server**, use either `--redis-url` or (`--redis-a Example: ```sh -$ ./asynqmon --redis-url=redis://:mypassword@]localhost:6380/2 +$ ./asynqmon --redis-url=redis://:mypassword@localhost:6380/2 $ ./asynqmon --redis-addr=localhost:6380 --redis-db=2 --redis-password=mypassword ```