README.md: update relay to wss://relay.damus.io

Follow up to commit:

c88f7e09eb
This commit is contained in:
randymcmillan 2022-08-16 21:27:50 +01:00 committed by William Casarin
parent f2cf191129
commit ea84fe1e47
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ Wrap event to send to a relay:
Send to a relay:
$ ./nostril --envelope --sec <key> --content "this is a message" | websocat wss://nostr-pub.wellorder.net
$ ./nostril --envelope --sec <key> --content "this is a message" | websocat wss://relay.damus.io
Send a nip04 DM:
$ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://nostr-pub.wellorder.net
$ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://relay.damus.io