docs: Update README.md (#143)

added missing backtick
This commit is contained in:
John Rees 2018-01-02 07:18:41 +00:00 committed by David Dias
parent 190ad54f9e
commit f8b441fff5

View File

@ -167,7 +167,7 @@ class Node extends libp2p {
`callback` is a function with the following `function (err, conn) {}` signature, where `err` is an Error in of failure to dial the connection and `conn` is a [Connection][] instance in case of a protocol selected, if not it is undefined.
#### `libp2p.hangUp(peer, callback)
#### `libp2p.hangUp(peer, callback)`
> Closes an open connection with a peer, graciously.