Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LuKks committed Mar 30, 2023
1 parent 47a0ae9 commit 9f92709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ If you import `useSwarm` then install this specific branch:\

```jsx
import { useCore, useCoreWatch, useCoreEvent } from 'use-hyper/core'
import { DHT } from 'use-hyper/dht'
import { Swarm, useReplicate } from 'use-hyper/swarm'
import { DHT, useDHT } from 'use-hyper/dht'
import { Swarm, useSwarm, useReplicate } from 'use-hyper/swarm'
import RAM from 'random-access-memory'

const Child = () => {
Expand Down

0 comments on commit 9f92709

Please sign in to comment.