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

Commit

Permalink
docs: fix wrong module name in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xall authored and vasco-santos committed Jul 4, 2018
1 parent 400b38b commit 8fa68ef
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 @@ -42,7 +42,7 @@ Instead of just creating the WebRTCStar instance without arguments, you need to

```JavaScript
const wrtc = require('wrtc')
const electronWrtc = require('electron-wrtc')
const electronWebRTC = require('electron-webrtc')
const WStar = require('libp2p-webrtc-star')

// Using wrtc
Expand Down

0 comments on commit 8fa68ef

Please sign in to comment.