Skip to content

Commit ef3a70d

Browse files
authored
Remove redundant paragraph text from library.properties
The Arduino IDE's Library Manager displays the text defined in the library.properties paragraph field immediately after the sentence text so it's not desirable to duplicate the sentence text in paragraph.
1 parent 3028c47 commit ef3a70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.0.1
33
author=UnexpectedMaker
44
maintainer=UnexpectedMaker
55
sentence=A library to display numbers and letters on Neo7Segment displays.
6-
paragraph=A library to display numbers and letters on Neo7Segment displays or neopixel type strips constructed like a 7 segment display. The library can be used to both display and animate the viuals in many different ways.
6+
paragraph=Can also be used with neopixel type strips constructed like a 7 segment display. The library can be used to both display and animate the visuals in many different ways.
77
category=Display
88
url=https://github.com/UnexpectedMaker/Neo7Segment
99
architectures=*

0 commit comments

Comments
 (0)