Skip to content

Commit f03152d

Browse files
committed
Updated readme
1 parent 8d2efb3 commit f03152d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11

2-
[![GoDoc](https://godoc.org/github.com/arduino/go-properties-map?status.svg)](https://godoc.org/github.com/arduino/go-properties-map)
2+
[![GoDoc](https://godoc.org/github.com/arduino/go-properties-orderedmap?status.svg)](https://godoc.org/github.com/arduino/go-properties-orderedmap)
33

44
Package `properties` is a library for handling maps of hierarchical properties.
55

66
This library is mainly used in the Arduino platform software to handle
77
configurations made of key/value pairs stored in files with an INI like
88
syntax.
99

10+
This map also keeps the insertion order when ranging through the `Keys()` method.
11+
1012
For more information read the docs [here](https://godoc.org/github.com/arduino/go-properties-map).
1113

0 commit comments

Comments
 (0)