Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: vasco-santos <[email protected]>
  • Loading branch information
Alan Shaw and vasco-santos authored Apr 23, 2019
1 parent e8b23a7 commit d062465
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 @@ -94,7 +94,7 @@ It should return an array of [multiaddr](https://github.com/multiformats/multiad

This method retrieves the Peer Info object, which contains information about the peer that this conn connects to.

It should return a `Promise<peerInfo>`, where peerInfo is a object of type [Peer Info](https://github.com/libp2p/js-peer-info)
It should return a `Promise<PeerInfo>`, which resolves to a [PeerInfo](https://github.com/libp2p/js-peer-info) object

### Set the PeerInfo

Expand Down

0 comments on commit d062465

Please sign in to comment.