language improvements.

This commit is contained in:
Vitor Pamplona 2024-04-23 15:24:46 -04:00
parent db6e559ee1
commit 4ec95caba9

6
68.md
View File

@ -6,9 +6,9 @@ Shared Replaceables
`draft` `optional` `draft` `optional`
This NIP establishes the encoding mechanism to create, filter and reference replaceable events whose ownership are shared among several keys. This NIP creates replaceable events that can be changed by any public key in the list of pre-defined owners.
The initial creator adds all owners to the `d` tag, separated by `|`. The presence of `|` with valid keys for each but the last position, directs clients to work with this event as a shared replaceable. The initial creator adds all owners to the `d` tag, separated by `|`. The presence of `|` on the `d` tag, with valid keys for each but the last position, directs clients to work with this event as a shared replaceable.
```js ```js
{ {
@ -21,6 +21,8 @@ The initial creator adds all owners to the `d` tag, separated by `|`. The presen
} }
``` ```
Clients MUST render the latest event from any of the owners.
To change owners, users MUST create a new `d` tag with new owners and MAY delete the previous one. To change owners, users MUST create a new `d` tag with new owners and MAY delete the previous one.
# Referencing & Indexing # Referencing & Indexing