From 7c8fb7ee445247a6ee5b5db703b1aa9d0a247468 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Sat, 2 Nov 2024 16:16:00 +0100 Subject: [PATCH] js: remove deprecated examples link Signed-off-by: Yuki Kishimoto --- bindings/nostr-sdk-js/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bindings/nostr-sdk-js/README.md b/bindings/nostr-sdk-js/README.md index 68ef4cfd4..878d025b1 100644 --- a/bindings/nostr-sdk-js/README.md +++ b/bindings/nostr-sdk-js/README.md @@ -70,10 +70,7 @@ async function main() { main(); ``` -More examples can be found at: - -* https://github.com/rust-nostr/nostr/tree/master/bindings/nostr-js/examples -* https://github.com/rust-nostr/nostr/tree/master/bindings/nostr-sdk-js/examples +More examples can be found [here](https://github.com/rust-nostr/nostr/tree/master/bindings/nostr-sdk-js/examples). ## Supported NIPs