From d7d89ff94ad30e643e94305dc18b8d38e3046017 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 9 Apr 2021 07:07:39 -0700 Subject: [PATCH] Reword title of LM overview in FAQ as a question This document is a collection of frequently asked questions, so it makes most sense for all entries to be phrased as questions. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index dce6fb1e..3e118dcd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,6 +1,6 @@ # Arduino Library Manager FAQ -### Library Manager overview +### What is the Arduino Library Manager? The Arduino Library Manager is a feature of the Arduino IDE (**Sketch > Include Library > Manage Libraries...**) which makes it easy for users to find, install, and update both official and 3rd party libraries. When your library is added to the library list, every release/tag version of the library in your repository will automatically be made available for installation via Library Manager. The users can set their preferences to display an update notification when a new version of any installed library on the list is available and easily update to the new version with just a couple clicks. More information:
https://www.arduino.cc/en/Guide/Libraries#toc3