From 1b77d6e0805b295cf6bf0f88de2e51c06116c0b8 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 8 Aug 2024 12:13:41 -0300 Subject: [PATCH] mention nostrify.dev on readme. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c89a536..517ce78 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tools for developing [Nostr](https://github.com/fiatjaf/nostr) clients. Only depends on _@scure_ and _@noble_ packages. -This package is only providing lower-level functionality. If you want an easy-to-use fully-fledged solution that abstracts the hard parts of Nostr and makes decisions on your behalf, take a look at [NDK](https://github.com/nostr-dev-kit/ndk) and [@snort/system](https://www.npmjs.com/package/@snort/system). +This package is only providing lower-level functionality. If you want more higher-level features, take a look at [Nostrify](https://nostrify.dev), or if you want an easy-to-use fully-fledged solution that abstracts the hard parts of Nostr and makes decisions on your behalf, take a look at [NDK](https://github.com/nostr-dev-kit/ndk) and [@snort/system](https://www.npmjs.com/package/@snort/system). ## Installation diff --git a/package.json b/package.json index 46affe9..1f2519a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "nostr-tools", - "version": "2.7.1", + "version": "2.7.2", "description": "Tools for making a Nostr client.", "repository": { "type": "git",