From 3e6be2b9fa7a6a510f692914bca83000b41fd2f3 Mon Sep 17 00:00:00 2001 From: SASAMITTRRR Date: Sat, 28 Feb 2026 13:30:43 +0800 Subject: [PATCH] Fix duplicate Quick Start section in README - Renamed second 'Quick Start' to 'Quick Start (UDP)' to distinguish from webhook example - Improves clarity and prevents confusion for new users - Both sections provide valuable quick start examples for different transports --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea414c..c3f593f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ beacon webhook send http://127.0.0.1:8402/beacon/inbox --kind hello beacon inbox list --limit 1 ``` -## Quick Start +## Quick Start (UDP) ```bash # Create your agent identity (Ed25519 keypair)