From 43ccb72476444c2a3cb7f0d62a16ec45e5e0ed14 Mon Sep 17 00:00:00 2001 From: RbnRncn Date: Sun, 12 Feb 2023 11:44:39 +0100 Subject: [PATCH] docs: import SimplePool fix Small fix of import SimplePool in new multiple relay docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7af6996..dbe685f 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ import 'websocket-polyfill' ### Interacting with multiple relays ```js -import {pool} from 'nostr-tools' +import {SimplePool} from 'nostr-tools' const pool = new SimplePool()