diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-07-11 16:38:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 16:38:30 -0500 |
| commit | 3061855aa2180f459e0753c77a7bb55ed3c0b5f7 (patch) | |
| tree | de37090d5a86872348bd2cbbc3264c23562cd46f | |
| parent | 356d028ed323361e7e1eb981a650bac5fd0175c6 (diff) | |
| parent | 35ba0092ac2b75891b49173cafce750236bb43bb (diff) | |
Merge pull request #1362 from patrickReiis/patch-3
NIP-65: fix typo
| -rw-r--r-- | 65.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -37,7 +37,7 @@ When seeking events **about** a user, where the user was tagged, Clients SHOULD | |||
| 37 | When broadcasting an event, Clients SHOULD: | 37 | When broadcasting an event, Clients SHOULD: |
| 38 | 38 | ||
| 39 | - Broadcast the event to the WRITE relays of the author | 39 | - Broadcast the event to the WRITE relays of the author |
| 40 | - Broadcast the event all READ relays of each tagged user | 40 | - Broadcast the event to all READ relays of each tagged user |
| 41 | 41 | ||
| 42 | ## Motivation | 42 | ## Motivation |
| 43 | 43 | ||