Skip to content

Commit

Permalink
Fix minor docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 24, 2024
1 parent 611d0eb commit 8b0b413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hc_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> <password>`.

## Making Requests

Expand Down

0 comments on commit 8b0b413

Please sign in to comment.