From 06e37f3b0f653e80c332bb154dbd77546d7c507b Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Wed, 30 Oct 2024 11:08:19 +0100 Subject: [PATCH] js: update package description Signed-off-by: Yuki Kishimoto --- bindings/nostr-sdk-js/README.md | 8 +------- bindings/nostr-sdk-js/package.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/bindings/nostr-sdk-js/README.md b/bindings/nostr-sdk-js/README.md index 86b7cacf7..68ef4cfd4 100644 --- a/bindings/nostr-sdk-js/README.md +++ b/bindings/nostr-sdk-js/README.md @@ -2,13 +2,7 @@ ## Description -A high-level, [Nostr](https://github.com/nostr-protocol/nostr) client library. - -If you're writing a typical Nostr client or bot, this is likely the crate you need. - -However, the crate is designed in a modular way and depends on several other lower-level libraries. If you're attempting something more custom, you might be interested in these: - -- [`nostr`](https://www.npmjs.com/package/@rust-nostr/nostr): Implementation of Nostr protocol +Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more. This library **should** work on every JavaScript environment (nodejs, web, react native, ...). diff --git a/bindings/nostr-sdk-js/package.json b/bindings/nostr-sdk-js/package.json index c245a665f..c36ddcf33 100644 --- a/bindings/nostr-sdk-js/package.json +++ b/bindings/nostr-sdk-js/package.json @@ -1,7 +1,7 @@ { "name": "@rust-nostr/nostr-sdk", "version": "0.35.0", - "description": "High level Nostr client library.", + "description": "Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more.", "keywords": [ "nostr", "sdk",