From 3dd52e5cb4ec3a16011afed1ecef6cd07026ddcd Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 2 Jan 2023 07:16:59 -0300 Subject: [PATCH] increase requirements for nips. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf022dc..7dae15b1 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,11 @@ When experimenting with kinds, keep in mind the classification introduced by [NI ## Criteria for acceptance of NIPs -1. They should be implemented in at least one client and one relay -- when applicable. +1. They should be implemented in at least two clients and one relay -- when applicable. 2. They should make sense. 3. They should be optional and backwards-compatible: care must be taken such that clients and relays that choose to not implement them do not stop working when interacting with the ones that choose to. -4. Other rules will be made up when necessary. +4. There should be no more than one way of doing the same thing. +5. Other rules will be made up when necessary. ## License