From e0bbdb96600630818bb40ea5f049b7ef1149731a Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 10 Jan 2025 11:23:15 +0100 Subject: [PATCH] fix: Point to iroh crate, not iroh-net --- src/app/page.tsx | 2 +- src/components/Intro.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0aa58..8c1d389 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ echo "hello" | ./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvh
hero

Put a dumb pipe in your app

-

Dumb pipes are Iroh Connections. The dumbpipe tool is a 200-line wrapper around the iroh-net rust crate. You can use the iroh connection layer as a dumb pipe in your own app.

+

Dumb pipes are Iroh Connections. The dumbpipe tool is a 200-line wrapper around the iroh rust crate. You can use the iroh connection layer as a dumb pipe in your own app.

diff --git a/src/components/Intro.tsx b/src/components/Intro.tsx index 4544018..df43e3a 100644 --- a/src/components/Intro.tsx +++ b/src/components/Intro.tsx @@ -67,7 +67,7 @@ export function Intro() { Docs - + GitHub