From 774267f08e5c990005744b7e482eff7ae3984584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Thu, 8 Aug 2019 12:50:29 +0200 Subject: [PATCH] docs(fix): readme typo (#107) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe5e79..c850977 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The current `secio` tag, usable in `multistream`. - `remotePeerId: PeerId` - A PeerId object containing the Public and/or Id of the node we are doing the SECIO handshake with. - `callback: Function` - Optional, Called if an error happens during the initialization. -Returns an encrypted [Connection object](https://github.com/libp2p/interface-connection) that is the upgraded `plainTextConnection` with now having every byte encripted. +Returns an encrypted [Connection object](https://github.com/libp2p/interface-connection) that is the upgraded `plainTextConnection` with now having every byte encrypted. Both plainTextConnection and encryptedConnection are at their base, PullStreams.