1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-05 21:21:14 +03:00

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.
This commit is contained in:
per1234
2021-07-14 08:23:08 -07:00
parent cd4e15e813
commit faa42b3076

View File

@ -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 GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt
1. Click the <kbd>Fork this repository</kbd> button. 1. Click the <kbd>Fork this repository</kbd> 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: 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 <kbd>Propose changes</kbd> button. 1. Click the <kbd>Propose changes</kbd> button.
1. In the **"Comparing changes"** window that opens, click the <kbd>Create pull request</kbd> button. 1. In the **"Comparing changes"** window that opens, click the <kbd>Create pull request</kbd> button.
1. In the **"Open a pull request"** window that opens, click the <kbd>Create pull request</kbd> button. 1. In the **"Open a pull request"** window that opens, click the <kbd>Create pull request</kbd> button.