diff --git a/README.md b/README.md index 854a2fdc8..61018ee81 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ nimble install libp2p ``` ## Getting Started -You'll find the documentation [here].(https://status-im.github.io/nim-libp2p/docs/) +You'll find the documentation [here](https://status-im.github.io/nim-libp2p/docs/). **Go Daemon:** Please find the installation and usage intructions in [daemonapi.md](examples/go-daemon/daemonapi.md). diff --git a/libp2p/dialer.nim b/libp2p/dialer.nim index 05438d04b..532ca3617 100644 --- a/libp2p/dialer.nim +++ b/libp2p/dialer.nim @@ -183,7 +183,7 @@ method tryDial*( self: Dialer, peerId: PeerId, addrs: seq[MultiAddress]): Future[MultiAddress] {.async.} = - ## Create a protocol stream and in order to check + ## Create a protocol stream in order to check ## if a connection is possible. ## Doesn't use the Connection Manager to save it. ##