docs: import SimplePool fix

Small fix of import SimplePool in new multiple relay docs.
This commit is contained in:
RbnRncn
2023-02-12 11:44:39 +01:00
committed by fiatjaf
parent b2b7999517
commit 43ccb72476

View File

@@ -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()