From 9cea14dbd8855f2f87346cbe750d856ef873f273 Mon Sep 17 00:00:00 2001 From: _index <105852101+indexds@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:56:37 +0100 Subject: [PATCH] Update README.md (#357) fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a75e78a4..207eba8866 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - Supports both native ESP IDF build (default), as well as a PlatformIO build - Option to use in a mixed Rust/C project. Check the documentation in the [esp-idf-template](https://github.com/esp-rs/esp-idf-template) crate -**You might want to also check out the type safe Rust wrappes built on top of these raw bindings:** +**You might want to also check out the type safe Rust wrappers built on top of these raw bindings:** - [Type safe wrappers for ESP IDF Services](https://github.com/esp-rs/esp-idf-svc) - [Type safe wrappers for ESP IDF Drivers](https://github.com/esp-rs/esp-idf-hal)