From faa42b3076c892479afc9fb749be4597ceda6b33 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 14 Jul 2021 08:23:08 -0700 Subject: [PATCH] Remove potentially confusing punctuation from submission instructions The period to close the sentence might be interpreted as part of the example repository URL. Since it doesn't provide any benefits for the readability of this sentence and might cause confusion, it's best to remove it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f09296e..af64c1c1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 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. Click the Fork this repository button. 1. Add the library repository's URL to the list (it doesn't matter where in the list). This should be the URL of the repository home page. For example: - `https://github.com/arduino-libraries/Servo`. + `https://github.com/arduino-libraries/Servo` 1. Click the Propose changes button. 1. In the **"Comparing changes"** window that opens, click the Create pull request button. 1. In the **"Open a pull request"** window that opens, click the Create pull request button.