From ea84fe1e47d39cf2c9d6fb8f57ffddba4ede405f Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Tue, 16 Aug 2022 21:27:50 +0100 Subject: [PATCH] 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