Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
docs: update import in README example (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx authored Apr 26, 2023
1 parent de4d45e commit 42275df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { multiaddr } from '@multiformats/multiaddr'
import first from "it-first";
import { pipe } from "it-pipe";
import { fromString, toString } from "uint8arrays";
import { webRTC } from 'js-libp2p-webrtc'
import { webRTC } from '@libp2p/webrtc'

const node = await createLibp2p({
transports: [webRTC()],
Expand Down

0 comments on commit 42275df

Please sign in to comment.