Skip to content

Commit bf364db

Browse files
authored
[skip changelog] Improve wording of docs introduction (#1200)
The introductory sentence of the documentation homepage is the first thing the user may see when discovering Arduino CLI. For this reason, it's important for it to quickly and clearly convey what Arduino CLI is. Toward that goal, the following changes are made: - Use more understandable terms - Rearrange features list in the order of typical usage (install dependencies, compile, upload)
1 parent 3306750 commit bf364db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
![cli-logo](./docs/img/CLI_Logo_small.png)
44

5-
Arduino CLI is an all-in-one solution that provides builder, Boards/Library Manager, uploader, discovery and many other
6-
tools needed to use any Arduino compatible board and platforms.
5+
Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader,
6+
and many other tools needed to use any Arduino compatible board and platform.
77

88
[![tests-badge]](https://github.com/Arduino/arduino-cli/actions?workflow=test)
99
[![nightly-badge]](https://github.com/Arduino/arduino-cli/actions?workflow=nightly)

Diff for: docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Arduino CLI is an all-in-one solution that provides builder, Boards/Library Manager, uploader, discovery and many other
2-
tools needed to use any Arduino compatible board and platforms.
1+
Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader,
2+
and many other tools needed to use any Arduino compatible board and platform.
33

44
## Installation
55

0 commit comments

Comments
 (0)