Skip to content

Commit 083fc3b

Browse files
authored
Merge pull request #65 from casonadams/main
fix typeo in README
2 parents 5402e39 + 6dd9d97 commit 083fc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an example to use [iroh](https://crates.io/crates/iroh) to create a dumb pipe to connect two machines with a QUIC connection.
44

5-
Iroh will take case of hole punching and NAT traversal whenever possible, and fall back to a
5+
Iroh will take care of hole punching and NAT traversal whenever possible, and fall back to a
66
relay if hole punching does not succeed.
77

88
It is also useful as a standalone tool for quick copy jobs.
@@ -88,7 +88,7 @@ E.g. here is how to interact with the iroh-blobs
8888
protocol:
8989

9090
```
91-
echo request1.bin | dumbpipe connect <ticket> --custom-alpn utf8:/iroh-bytes/2 > response1.bin
91+
echo request1.bin | dumbpipe connect <ticket> --custom-alpn utf8:/iroh-bytes/2 > response1.bin
9292
```
9393

9494
(`/iroh-bytes/2` is the ALPN string for the iroh-blobs protocol, which used to be called iroh-bytes.)

0 commit comments

Comments
 (0)