From 7f6b2ffc6d3b56587980ef420dbc7e911a61f016 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Fri, 27 Jun 2025 15:54:31 +0000 Subject: [PATCH] Update docs.md --- development/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/docs.md b/development/docs.md index aa78d11b..99dce46d 100644 --- a/development/docs.md +++ b/development/docs.md @@ -12,7 +12,7 @@ The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores th ### Federation -The `Federation` stores information from all available coordinators. All coordinators information is aggregated here: `book` for all orders and `exchange` for `Coordinator`'s meta data. When `nostr` connection is active, `book` is filled with orders from relays instead. +The `Federation` stores information from all available coordinators. All coordinators information is aggregated here: `book` for all orders and `exchange` for `Coordinator`'s meta data. When the Nostr connection is active, `book` is filled with orders from relays instead.