From 3bb19795077fd98da23b4c46dbba939cf4b5d73b Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 25 Feb 2021 21:21:31 -0800 Subject: [PATCH] [skip changelog] Improve wording of docs introduction 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) --- README.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5ce7413e50..568fe81c45f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ![cli-logo](./docs/img/CLI_Logo_small.png) -Arduino CLI is an all-in-one solution that provides builder, Boards/Library Manager, uploader, discovery and many other -tools needed to use any Arduino compatible board and platforms. +Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, +and many other tools needed to use any Arduino compatible board and platform. [![tests-badge]](https://github.com/Arduino/arduino-cli/actions?workflow=test) [![nightly-badge]](https://github.com/Arduino/arduino-cli/actions?workflow=nightly) diff --git a/docs/index.md b/docs/index.md index f4d7100638f..1811c2926a4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ -Arduino CLI is an all-in-one solution that provides builder, Boards/Library Manager, uploader, discovery and many other -tools needed to use any Arduino compatible board and platforms. +Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, +and many other tools needed to use any Arduino compatible board and platform. ## Installation