@@ -6,13 +6,13 @@ directories over the internet.
66
77It is also useful as a standalone tool for quick copy jobs.
88
9- Iroh will take case of hole punching and NAT traversal whenever possible,
9+ Iroh will take care of hole punching and NAT traversal whenever possible,
1010and fall back to a relay if hole punching does not succeed.
1111
1212Iroh-blobs will take care of [ blake3] ( https://crates.io/crates/blake3 ) verified
1313streaming, including resuming interrupted downloads.
1414
15- Sendme works with 256 bit node ids and is therefore location transparent. A ticket
15+ Sendme works with 256 bit node ids and is, therefore, location transparent. A ticket
1616will remain valid if the IP address changes. Connections are encrypted using
1717TLS.
1818
@@ -34,7 +34,7 @@ This will create a temporary [iroh](https://crates.io/crates/iroh) node that
3434serves the content in the given file or directory. It will output a ticket that
3535can be used to get the data.
3636
37- The provider will run until it is terminated using Control-C. On termination it
37+ The provider will run until it is terminated using ` Control-C ` . On termination, it
3838will delete the temporary directory.
3939
4040This currently will create a temporary directory in the current directory. In
@@ -53,6 +53,6 @@ It will create a temporary directory in the current directory, download the data
5353(single file or directory), and only then move these files to the target
5454directory.
5555
56- On completion it will delete the temp directory.
56+ On completion, it will delete the temp directory.
5757
58- All temp directories start with ` .sendme- ` .
58+ All temp directories start with ` .sendme- ` .
0 commit comments