Skip to content

Commit 1de2d4c

Browse files
committed
docs: clarify description of temporary files in user documentation
1 parent e7ac2da commit 1de2d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Examples of user-defined Arduino Apps stored into the `ARDUINO_APP_CLI__APPS_DIR
2323
│   ├── app.yaml
2424
│   ├── README.md
2525
│   ├── python
26-
│   │   └── main.py
26+
│   │   └── main.py
2727
│   ├── sketch
2828
│   │ ├── sketch.ino
2929
│   │ └── sketch.yaml
30-
| └── .cache/ # Temporary files and dependencies
30+
| └── .cache/ # Temporary files and dependencies of the App
3131
└── my-second-app
3232
├── app.yaml
3333
├── python

0 commit comments

Comments
 (0)