From e1baeac330e40b791303cc1f7024ea449ed506e5 Mon Sep 17 00:00:00 2001 From: Jogi <108186015+proofofjogi@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:44:24 +1000 Subject: [PATCH] Update README.md I messed that up before, sorry. Like this of course --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbfa8b5..f236094 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Events in the store will appear in a set ordered by `created_at`. ```typescript import NDKSvelte from '@nostr-dev-kit/ndk-svelte'; -const ndk = new NDKSvelte({ +export const ndk = new NDKSvelte({ explicitRelayUrls: ['wss://relay.f7z.io'], }); ``` @@ -98,4 +98,4 @@ which provides some components to make it easier to build nostr apps with Svelte # Authors -* [@pablof7z](https://nostr.com/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft) \ No newline at end of file +* [@pablof7z](https://nostr.com/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft)