From b2f9fd59c7aa5d8acf3797b9ce220cb0d7b7cc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Arturo=20Cabral=20Mej=C3=ADa?= Date: Mon, 26 Dec 2022 01:21:25 -0500 Subject: [PATCH] docs: add nip-18 to docs --- README.md | 5 +++-- package.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a30a5c1..4829352 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Coverage Status - - Sonarcloud quality gate + + Sonarcloud quality gate Build status @@ -57,6 +57,7 @@ NIPs with a relay-specific implementation are listed here. - [x] NIP-20: Command Results - [x] NIP-22: Event `created_at` Limits - [x] NIP-26: Delegated Event Signing +- [x] NIP-28: Public Chat - [x] NIP-33: Parameterized Replaceable Events ## Requirements diff --git a/package.json b/package.json index b7115e8..57f92dd 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ 20, 22, 26, + 28, 33 ], "main": "src/index.ts",