Skip to content

Commit f09bf3d

Browse files
vasco-santosjacobheun
authored andcommittedJul 22, 2019
chore: readme with correct usage dependency (#11)
1 parent d1d1163 commit f09bf3d

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
@@ -8,7 +8,7 @@ Leverage other peers in the network to perform Peer Routing calls.
88
## Example
99

1010
```js
11-
const DelegatedPeerRouting = require('libp2p-delegated-routing')
11+
const DelegatedPeerRouting = require('libp2p-delegated-peer-routing')
1212

1313
// default is to use ipfs.io
1414
const routing = new DelegatedPeerRouing()

0 commit comments

Comments
 (0)
Please sign in to comment.