From 8b0b413c6625d4e43d0476ce122060a92e6a4e79 Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 23 Dec 2024 20:52:06 -0800 Subject: [PATCH] Fix minor docs issue --- docs/hc_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hc_service.md b/docs/hc_service.md index 1460aeb1..3dd47963 100644 --- a/docs/hc_service.md +++ b/docs/hc_service.md @@ -10,7 +10,7 @@ The service is discoverable via mDNS as `_hc._tcp.local` and/or `_secure_hc._tcp ## Authentication -If authentication is enabled on the controller, you must authenticate before making further requests by calling `LOGIN username, password`. +If authentication is enabled on the controller, you must authenticate before making further requests by calling `LOGIN `. ## Making Requests