From 5fe2c1ce7abbad317d9e5cca81544992ecdd5bbf Mon Sep 17 00:00:00 2001 From: Mateus Melchiades Date: Tue, 16 Jan 2024 15:06:24 -0300 Subject: [PATCH] Fix typo in busy-signal github repo This commit fixes a small typo that prevents the command to install busy-signal from running --- docs/reference/Admin_Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/Admin_Actions.md b/docs/reference/Admin_Actions.md index a3f3d858..c04e3efb 100644 --- a/docs/reference/Admin_Actions.md +++ b/docs/reference/Admin_Actions.md @@ -114,7 +114,7 @@ To reflect this status, `busy-signal` will additionally receive the [`Outdated`] To install `busy-signal` for end users, it's recommended to run the following command: ```shell -pulsar -p install https://github.com/steelbreain/busy-signal +pulsar -p install https://github.com/steelbrain/busy-signal ``` ## 2023 - April 22