Skip to content

Commit dc9c14b

Browse files
Update library.properties
1 parent e130d57 commit dc9c14b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=ListLib
22
version=1.0.0
33
author=Luis Llamas
44
maintainer=Luis Llamas
5-
sentence=ListLib Library
6-
paragraph=
5+
sentence=List Library
6+
paragraph=Arduino Library that implements a dynamic-sized array, that is, a collection in which it is possible to add or remove elements, and the collection increases or decreases its capacity depending on the number of items stored.
77
category=Other
8-
url=https://www.luisllamas.es
9-
architectures=*
8+
url=https://github.com/luisllamasbinaburo/Arduino-List
9+
architectures=*

0 commit comments

Comments
 (0)