Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
docs(readme): fix link to interface-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
kobigurk authored and dignifiedquire committed Sep 27, 2016
1 parent 75d585d commit c88ff71
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 @@ -65,7 +65,7 @@ peerInfo is a [PeerInfo](https://github.com/libp2p/js-peer-info) object that rep

##### `swarm.transport.add(key, transport, options, callback)`

libp2p-swarm expects transports that implement [interface-transport](https://github.com/libp2p/abstract-transport). For example [libp2p-tcp](https://github.com/libp2p/js-libp2p-tcp).
libp2p-swarm expects transports that implement [interface-transport](https://github.com/libp2p/interface-transport). For example [libp2p-tcp](https://github.com/libp2p/js-libp2p-tcp).

- `key` - the transport identifier.
- `transport` -
Expand Down

0 comments on commit c88ff71

Please sign in to comment.