Fix typos (#761)
This commit is contained in:
parent
3ffc03ed16
commit
1de7508b64
|
@ -49,7 +49,7 @@ nimble install libp2p
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started
|
## 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:**
|
**Go Daemon:**
|
||||||
Please find the installation and usage intructions in [daemonapi.md](examples/go-daemon/daemonapi.md).
|
Please find the installation and usage intructions in [daemonapi.md](examples/go-daemon/daemonapi.md).
|
||||||
|
|
|
@ -183,7 +183,7 @@ method tryDial*(
|
||||||
self: Dialer,
|
self: Dialer,
|
||||||
peerId: PeerId,
|
peerId: PeerId,
|
||||||
addrs: seq[MultiAddress]): Future[MultiAddress] {.async.} =
|
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.
|
## if a connection is possible.
|
||||||
## Doesn't use the Connection Manager to save it.
|
## Doesn't use the Connection Manager to save it.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue