diff --git a/development/docs.md b/development/docs.md index 61a150be..aa78d11b 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. +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.