From 5042e09bb466670828b3800920370db0c26f03cd Mon Sep 17 00:00:00 2001 From: Florian-Merle Date: Fri, 13 Apr 2018 20:45:40 +0200 Subject: [PATCH] docs: typo in examples readme.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 9fbb33cb..39849d98 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,4 +22,4 @@ Let us know if you find any issue or if you want to contribute and add a new tut - [Running libp2p in the Browser](./libp2p-in-the-browser) - Running libp2p in the Electron (future) - [The standard echo net example with libp2p](./echo) -- [A simple chat app with](./chat) +- [A simple chat app with libp2p](./chat)