From 141e2bf8350ab70d8ded0f018d7a583965006aaf Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Thu, 14 Nov 2024 16:02:20 -0800 Subject: [PATCH] Update readme with draft nip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1555b71e..f1c86908 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A discord-like nostr client based on the idea of "relays as groups". +If you would like to be interoperable with Flotilla, please check out this draft NIP: https://github.com/coracle-social/nips/blob/relay-chat/xx.md + # Deploy To run your own Flotilla, it's as simple as `npm run build`, then serve the `build` directory.