From 28ceefaa5e49e90587f62d5d5e8d249fe46999fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Thu, 16 Jun 2022 10:25:43 +0200 Subject: [PATCH] fix typos in the warning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db61e45..a8de8f0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Deprecation warning -Following example is suitable only for cases, where majority of logic is based on ESP-IDF, the example here using so called `idf first` approach. +The following example is suitable only for cases where the majority of logic is based on ESP-IDF. The example here uses so-called `idf first` approach. -We **recomend `cargo first` approach** described at https://github.com/esp-rs . The approach is simpler and available templates supports Development Containers, GitPod and CodeSpaces. +We **recommend `cargo first` approach** described at https://github.com/esp-rs . The approach is simpler and available templates support Development Containers, GitPod, and CodeSpaces. # Rust ESP32 Example