libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.29k stars 438 forks source link

docs: change listener to dialler in webrtc example #2447

Closed dozyio closed 5 months ago

dozyio commented 5 months ago

Description

Change listener to dialer in webrtc example

Change checklist

achingbrain commented 5 months ago

Thanks for opening this - please can you run npm run doc in the root of the repo and it'll update the README.md file for this module with your changes, then commit and push the updated file.

You may need to run npm i && npm run build in the repo root first if you haven't already.

dozyio commented 5 months ago

Thanks for opening this - please can you run npm run doc in the root of the repo and it'll update the README.md file for this module with your changes, then commit and push the updated file.

You may need to run npm i && npm run build in the repo root first if you haven't already.

Thanks - done

achingbrain commented 5 months ago

Thanks!