Skip to content

Commit 4cf7826

Browse files
authored
chore: update language in README.md (#66)
1 parent 39f6111 commit 4cf7826

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ directories over the internet.
66

77
It 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,
1010
and fall back to a relay if hole punching does not succeed.
1111

1212
Iroh-blobs will take care of [blake3](https://crates.io/crates/blake3) verified
1313
streaming, 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
1616
will remain valid if the IP address changes. Connections are encrypted using
1717
TLS.
1818

@@ -34,7 +34,7 @@ This will create a temporary [iroh](https://crates.io/crates/iroh) node that
3434
serves the content in the given file or directory. It will output a ticket that
3535
can 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
3838
will delete the temporary directory.
3939

4040
This 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
5454
directory.
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

Comments
 (0)