Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 11:55:05 -06:00
committed by GitHub
parent 25b19fc71f
commit 87f7095090

View File

@@ -6,7 +6,7 @@ Lightweight status-ping collector built with Go 1.22 and Fiber v3. Beacon captur
```bash ```bash
go run ./cmd/beacon # :5000 go run ./cmd/beacon # :5000
curl -X POST :5000/ping -d '{"env":"core","status":"ok"}' curl -X POST :5000/ping -H "Content-Type: application/json" -d '{"env":"core","status":"ok"}'
curl :5000/stream # see live SSE curl :5000/stream # see live SSE
``` ```