Skip to content

Commit

Permalink
js: update package description
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Oct 30, 2024
1 parent 6678c32 commit 06e37f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions bindings/nostr-sdk-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...).

Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 06e37f3

Please sign in to comment.