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

Commit c88ff71

Browse files
kobigurkdignifiedquire
authored andcommitted
docs(readme): fix link to interface-transport
1 parent 75d585d commit c88ff71

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
@@ -65,7 +65,7 @@ peerInfo is a [PeerInfo](https://github.com/libp2p/js-peer-info) object that rep
6565

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

68-
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).
68+
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).
6969

7070
- `key` - the transport identifier.
7171
- `transport` -

0 commit comments

Comments
 (0)