From b034e97204c156c48a017bdef4074876a42497c3 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 21 Apr 2026 08:02:25 -0400 Subject: [PATCH] update copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6b44b5..289f41d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-honeybee -WebSocket connection and pool primitives for Go. Zero protocol awareness. +WebSocket connection and pool primitives in Go. Built for Nostr. ## Library Map @@ -43,7 +43,7 @@ Honeybee is a pure transport layer, but it is also a deliberately simple one. Ho Honeybee does not provide: -- Interpret or modify message content. It moves exactly the data it receives. +- interpretation of message content. All messages are treated equally. - message queuing, prioritization, batching, or coalescing. - rate limiting, circuit breakers, token buckets, or adaptive throttling. - broadcast, fanout, or any many-to-many message routing.