Skip to content

Commit cda613d

Browse files
authored
Update library.properties
1 parent f685fe7 commit cda613d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version=1.0.0
88
maintainer=https://www.thecoderscorner.com
99
author=davetcc
1010
category=Other
11-
url=https://github.com/davetcc/IoAbstraction
11+
url=https://github.com/davetcc/SimpleCollections
1212
sentence=An associative container that can act as either a regular list or btree without needing std lib. Ordered fast lookup. Works from AVR/Uno upwards to ESP32, mbed etc
1313
paragraph=An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. Works from Uno upwards to ESP32, mbed etc
1414
includes=SimpleCollections.h

0 commit comments

Comments
 (0)