From 133f92802ce03d46d6333c760fd9a026600d6472 Mon Sep 17 00:00:00 2001 From: Aaron Tsui Date: Thu, 11 Jan 2024 11:19:46 +0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fae0a17..78ddaf7 100644 --- a/README.md +++ b/README.md @@ -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