Skip to content

Commit c532de3

Browse files
authored
docs: Fix typos in README (#3144)
## Description This PR fixes two trivial typos in the README file. ## Breaking Changes None ## Notes & open questions None ## Change checklist - [ ] Self-review. - [X] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 96e6220 commit c532de3

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
@@ -40,12 +40,12 @@ To ensure these connections are as fast as possible, we [continuously measure ir
4040
### Built on [QUIC]
4141

4242
Iroh uses [Quinn] to establish [QUIC] connections between nodes.
43-
This way you get authenticated encryption, concurrent streams with stream prioirities, a datagram transport and avoid head-of-line-blocking out of the box.
43+
This way you get authenticated encryption, concurrent streams with stream priorities, a datagram transport and avoid head-of-line-blocking out of the box.
4444

4545
## Compose Protocols
4646

4747
Use pre-existing protocols built on iroh instead of writing your own:
48-
- [iroh-blobs] for [BLAKE3]-based content-addressed blob transfer scaling from kilobytes to terrabytes
48+
- [iroh-blobs] for [BLAKE3]-based content-addressed blob transfer scaling from kilobytes to terabytes
4949
- [iroh-gossip] for establishing publish-subscribe overlay networks that scale, requiring only resources that your average phone can handle
5050
- [iroh-docs] for an eventually-consistent key-value store of [iroh-blobs] blobs
5151
- [iroh-willow] for an (in-construction) implementation of the [willow protocol]

0 commit comments

Comments
 (0)