From 468cc421fa93418da5c3afa5f8051a4c4a5ab65d Mon Sep 17 00:00:00 2001 From: Ryan Bell Date: Sun, 22 Oct 2017 02:19:50 -0700 Subject: [PATCH] docs: update README.md (#124) --- examples/encrypted-communications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/encrypted-communications/README.md b/examples/encrypted-communications/README.md index 5247dc57..21ec26cc 100644 --- a/examples/encrypted-communications/README.md +++ b/examples/encrypted-communications/README.md @@ -32,7 +32,7 @@ class MyBundle extends libp2p { } ``` -And that's it, from now on, all your libp2p communications are encrypted. Try running the exampme [1.js](./1.js) to see it working. +And that's it, from now on, all your libp2p communications are encrypted. Try running the example [1.js](./1.js) to see it working. If you want to want to learn more about how SECIO works, you can read the [great write up done by Dominic Tarr](https://github.com/auditdrivencrypto/secure-channel/blob/master/prior-art.md#ipfss-secure-channel).