commit 136f31b4a79181a5ed3f08ec4fb948cb7aa52d75 parent 30fcd9f967ea39de0a38214c771b99090e80fb17 Author: triesap <tyson@radroots.org> Date: Mon, 2 Mar 2026 23:08:59 +0000 docs: update `radroots-nostr-runtime` readme Diffstat:
| M | crates/nostr-runtime/README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crates/nostr-runtime/README.md b/crates/nostr-runtime/README.md @@ -1,10 +1,10 @@ # radroots-nostr-runtime -Nostr protocol runtime primitives and orchestration interfaces for the Rad Roots SDK. +Nostr runtime primitives and orchestration interfaces for the Rad Roots SDK. ## Goals -- define stable runtime event, subscription, and connection interfaces +- define stable runtime interfaces for events, subscriptions, and connections - keep runtime orchestration behavior deterministic across supported environments - support feature-gated client and async runtime integration surfaces - provide reusable runtime primitives for higher-level Rad Roots crates