Skip to content

Commit

Permalink
fix typo in writing-your-own-application/generate-project/esp-idf-tem…
Browse files Browse the repository at this point in the history
…plate.md
  • Loading branch information
Narukara authored and jessebraham committed Aug 24, 2023
1 parent 90a8cdb commit 036ee41
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ It should generate a file structure like this:
```text
├── .cargo
│   └── config.toml
── src
   └── main.rs
── src
   └── main.rs
├── .gitignore
├── build.rs
├── Cargo.toml
├── rust-toolchain.toml
── sdkconfig.defaults
── sdkconfig.defaults
```

Before going further, let's see what these files are for.
Expand Down

0 comments on commit 036ee41

Please sign in to comment.