Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 0ae21e4

Browse files
committed
fix import in the example of README.md
1 parent d106d2c commit 0ae21e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
```js
4141
import { TCP } from '@libp2p/tcp'
4242
import { Multiaddr } from '@multiformats/multiaddr'
43-
import pipe from 'it-pipe'
43+
import {pipe} from 'it-pipe'
4444
import all from 'it-all'
4545

4646
// A simple upgrader that just returns the MultiaddrConnection

0 commit comments

Comments
 (0)