Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
af931f38f8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -207,7 +207,9 @@ Contains a managed pointer to the peer.
 
 `Peer.ID` returns a peer ID.
 
-`Peer.IP` returns an IP address of a peer in a printable form.
+`Peer.IP` returns an IP address in a printable form.
+
+`Peer.Port` returns a port number.
 
 `Peer.State` returns a peer state described in the `PeerState` enumeration.