Skip to content

Commit

Permalink
✏️ typo (esp-rs#127)
Browse files Browse the repository at this point in the history
* ✏️ typo

* Fix format

---------

Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
  • Loading branch information
Vollbrecht and SergioGasquez authored Nov 2, 2023
1 parent d78de9e commit ad5dda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installation/std-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Regardless of the target architecture, make sure you have the following required

The `std` runtime uses [ESP-IDF][esp-idf-github] (Espressif IoT Development Framework) as hosted environment but, users don't need to install it. ESP-IDF is automatically downloaded and installed by [esp-idf-sys][esp-idf-sys-github], a crate that all `std` projects need to use, when building a `std` application.
For Linux/MacOS users its requiret is to have the [ESP-IDF prerequisites][esp-idf-install-guide] installed.
For Linux/MacOS users it's required to have the [ESP-IDF prerequisites][esp-idf-install-guide] installed.

[rust-esp-book-overview-std]: ../overview/using-the-standard-library.md
[python-website-download]: https://www.python.org/downloads/
Expand Down

0 comments on commit ad5dda0

Please sign in to comment.