diff --git a/README.md b/README.md index be70eab..7e886be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EspUp +# Espup [![Crates.io](https://img.shields.io/crates/v/espup.svg)](https://crates.io/crates/espup) [![Continuous Integration](https://github.com/esp-rs/espup/actions/workflows/ci.yaml/badge.svg)](https://github.com/esp-rs/espup/actions/workflows/ci.yaml) @@ -194,7 +194,7 @@ Options: -m, --profile-minimal Minifies the installation. - This will install a reduced version of LLVM, delete the folder where all the assets are downloaded, and, if installing ESP-IDF, delete some unncessary folders like docs and examples. + This will install a reduced version of LLVM, delete the folder where all the assets are downloaded, and, if installing ESP-IDF, delete some unnecessary folders like docs and examples. -t, --targets Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c2,esp32c3,all] diff --git a/src/main.rs b/src/main.rs index a3845d7..33c5049 100644 --- a/src/main.rs +++ b/src/main.rs @@ -95,7 +95,7 @@ pub struct InstallOpts { /// Minifies the installation. /// /// This will install a reduced version of LLVM, delete the folder where all the assets are downloaded, - /// and, if installing ESP-IDF, delete some unncessary folders like docs and examples. + /// and, if installing ESP-IDF, delete some unnecessary folders like docs and examples. #[arg(short = 'm', long)] pub profile_minimal: bool, /// Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c2,esp32c3,all].