@jb55 - follow up nostril patch
https://github.com/jb55/nostril
From d7653ab0dd587154b0192c487532a400bcd3a0ec Mon Sep 17 00:00:00 2001
From: randymcmillan
Date: Tue, 16 Aug 2022 21:27:50 +0100
Subject: [PATCH 2/2] README.md: update relay to wss://relay.damus.io
Follow up to commit:
c88f7e09eb7da93960faa3053e3cd130a240ea98
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c04f0bd..76472f4 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,9 @@ Wrap event to send to a relay:
Send to a relay:
- $ ./nostril --envelope --sec --content "this is a message" | websocat wss://nostr-pub.wellorder.net
+ $ ./nostril --envelope --sec --content "this is a message" | websocat wss://relay.damus.io
Send a nip04 DM:
- $ ./nostril --envelope --dm --sec --content "this is a secret" | websocat wss://nostr-pub.wellorder.net
+ $ ./nostril --envelope --dm --sec --content "this is a secret" | websocat wss://relay.damus.io
--
2.37.1