From 6e35a3878951ade9467c5e90d250a72d4836fcc3 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 24 Nov 2016 16:35:53 +0000 Subject: [PATCH] More example fixes --- examples/echo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/echo/README.md b/examples/echo/README.md index 3ff876f..617cfbf 100644 --- a/examples/echo/README.md +++ b/examples/echo/README.md @@ -27,7 +27,7 @@ From `go-libp2p` base folder: In one terminal: ``` -> ./hosts -l 1235 +> ./echo -l 1235 2016/11/10 10:45:37 I am /ip4/127.0.0.1/tcp/1234/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc 2016/11/10 10:45:37 listening for connections ``` @@ -38,7 +38,7 @@ can be reached (ip4+tcp) and its randomly generated ID (`QmNtX1cv...`) Now, launch another node that talks to the listener: ``` -> ./hosts -d /ip4/127.0.0.1/tcp/1234/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc -l 1236 +> ./echo -d /ip4/127.0.0.1/tcp/1234/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc -l 1236 ``` -- GitLab