From ae111856ee1703d17ef49f0eeafa63387bd845dc Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 25 May 2021 07:56:19 -0700 Subject: [PATCH] Add emphasis to all UI element references in documentation UI element label text mentions intermingled with prose text in documentation can harm readability, especially when skimming. For this reason, I think it is helpful to add formatting to clearly distinguish this text visually. --- FAQ.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index 49a30e32..756a6785 100644 --- a/FAQ.md +++ b/FAQ.md @@ -183,7 +183,7 @@ Library Manager installs libraries into your sketchbook's `libraries` folder. Si #### Arduino IDE 2.x -Hover the mouse pointer over the "INSTALLED" label on the library listing in Library Manager. It will now change to "UNINSTALL", which you can click to uninstall that library. +Hover the mouse pointer over the INSTALLED label on the library listing in Library Manager. It will now change to UNINSTALL, which you can click to uninstall that library. #### Classic Arduino IDE diff --git a/README.md b/README.md index bb4725f8..cdc4e270 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ See the instructions below for detailed instructions on how to do this via the G GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt 1. Add the library repository's URL to the list. This should be the URL of the repository home page. For example: `https://github.com/arduino-libraries/Servo`. -1. At the bottom of the page, select the radio button next to "Create a new branch for this commit and start a pull - request." -1. Click the "Propose changes" button. -1. In the "Open a pull request" window that opens, click the "Create pull request" button. +1. At the bottom of the page, select the radio button next to **"Create a new branch for this commit and start a pull + request."** +1. Click the Propose changes button. +1. In the **"Open a pull request"** window that opens, click the Create pull request button. The library will be automatically checked for compliance as soon as the pull request is submitted. If no problems were found, the pull request will be immediately merged and the library will be available for installation via Library