From 4ec95caba977a3f4a4ec3f6edd278be015faef8e Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 23 Apr 2024 15:24:46 -0400 Subject: [PATCH] language improvements. --- 68.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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