Skip to content

Commit

Permalink
Merge pull request #65 from overheat/main
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
lulf committed Jan 11, 2024
2 parents 395d8d0 + 133f928 commit d93adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ traits from the `embedded-io` crate. No alloc or std lib required!

It offers two sets of APIs:

* A low-level `request` API which allows you to contruct HTTP requests and write them to a `embedded-io` transport.
* A low-level `request` API which allows you to construct HTTP requests and write them to a `embedded-io` transport.
* A higher level `client` API which uses the `embedded-nal-async` (+ optional `embedded-tls`) crates to establish TCP + TLS connections.

## example
Expand Down

0 comments on commit d93adfd

Please sign in to comment.