From 5d58f610116936a1e46e70fd1ab9e348d2866c52 Mon Sep 17 00:00:00 2001 From: mleku Date: Thu, 30 Jan 2025 11:57:08 -0106 Subject: [PATCH] clean up root level dir to be a bit smaller --- spec.md => doc/spec.md | 0 why.md => doc/why.md | 0 readme.md | 7 ++++--- 3 files changed, 4 insertions(+), 3 deletions(-) rename spec.md => doc/spec.md (100%) rename why.md => doc/why.md (100%) diff --git a/spec.md b/doc/spec.md similarity index 100% rename from spec.md rename to doc/spec.md diff --git a/why.md b/doc/why.md similarity index 100% rename from why.md rename to doc/why.md diff --git a/readme.md b/readme.md index 2aa1b58..ce9341c 100644 --- a/readme.md +++ b/readme.md @@ -7,10 +7,11 @@ zap mleku: ⚡️mleku@getalby.com -Inspired by the event bus architecture of [nostr](https://github.com/nostr-protocol) but redesigned to avoid the serious deficiencies of that protocol for both developers and users. +Inspired by the event bus architecture of [nostr](https://github.com/nostr-protocol) but redesigned to avoid the +serious deficiencies of that protocol for both developers and users. -- [why](./why.md) -- [event spec](./spec.md) +- [why](./doc/why.md) +- [event spec](./doc/spec.md) - [reference relays](./relays/readme.md) - [reference clients](./clients/readme.md) - [GO libraries](./pkg/readme.md) \ No newline at end of file