From 01f13ab5f888b4e56daf66849326b19ff4edcb0e Mon Sep 17 00:00:00 2001 From: KickedDroid Date: Tue, 16 Jul 2024 16:29:05 -0500 Subject: [PATCH] Update README.md Just added 'dumbpipe' to the connect-tcp example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e35d9b2..9736501 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This command will output a ticket that can be used to connect. Forwards all incoming connections to the magic endpoint given in the ticket. ``` -connect-tcp --addr 0.0.0.0:3001 +dumbpipe connect-tcp --addr 0.0.0.0:3001 ``` ### Testing it @@ -92,4 +92,4 @@ echo request1.bin | dumbpipe connect --custom-alpn utf8:/iroh-bytes/2 > ``` if request1.bin contained a valid request for the `/iroh-bytes/2` protocol, response1.bin will -now contain the response. \ No newline at end of file +now contain the response.