diff --git a/68.md b/68.md index f318993..50cae1a 100644 --- a/68.md +++ b/68.md @@ -6,9 +6,9 @@ Shared Replaceables `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 { @@ -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. # Referencing & Indexing