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).