From 695df579edf63410fcd64d512ec01627a4ee5885 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 3 Oct 2023 10:19:16 +0300 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 451b962e0e4..90a3cfb2696 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 bndings:** +**You might want to also check out the type safe Rust wrappes 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)