We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca1b3 commit f13965eCopy full SHA for f13965e
README.md
@@ -16,6 +16,9 @@ Every hook requires the related library installed:
16
- `useDHT` depends on `@hyperswarm/dht-relay`.
17
- `useSwarm` depends on `hyperswarm`.
18
19
+If you import `useSwarm` then install this specific branch:
20
+`npm i holepunchto/hyperswarm#add-swarm-session`
21
+
22
```javascript
23
import { useCore, useCoreEvent, useCoreWatch } from 'use-hyper/core'
24
import useDHT from 'use-hyper/dht'
0 commit comments