From 904fe46a9ddd33b94f4927bb101d86930adaf471 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Tue, 14 Nov 2023 16:53:38 +0700 Subject: [PATCH] Name the implemented NIPs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b9286e..70d948d 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ I made a detailed documentation for this gem and it's usage. The code is also fu ## ✅ Implemented NIPs -- [x] [NIP-01 - Client](https://github.com/nostr-protocol/nips/blob/master/01.md) -- [x] [NIP-02 - Client](https://github.com/nostr-protocol/nips/blob/master/02.md) -- [x] [NIP-04 - Client](https://github.com/nostr-protocol/nips/blob/master/04.md) +- [x] [NIP-01 - Basic protocol flow description](https://github.com/nostr-protocol/nips/blob/master/01.md) +- [x] [NIP-02 - Contact List and Petnames](https://github.com/nostr-protocol/nips/blob/master/02.md) +- [x] [NIP-04 - Encrypted Direct Message](https://github.com/nostr-protocol/nips/blob/master/04.md) ## 🔨 Development