From 6cd59d9f2d7664a36db45f0477c37b2087c1967c Mon Sep 17 00:00:00 2001 From: Ryan Bell Date: Mon, 2 Oct 2017 16:39:37 -0700 Subject: [PATCH] Update README.md --- 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 5247dc57d5..21ec26cc9a 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).