diff --git a/examples/echo/README.md b/examples/echo/README.md index 3ff876fe09c04098b750970a9a736f4b3835d659..617cfbfde8dd71af2e7ea01eb757833085ed8156 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 ```