From 949cd2c25a597fad8524acb250f6effacfa04198 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 10 Sep 2020 04:09:30 -0700 Subject: [PATCH] Correct documentation link in readme The link was previously pointing to the documentation for github.com/arduino/go-properties-map --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac1e783..74525f1 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ syntax. This map also keeps the insertion order when ranging through the `Keys()` method. -For more information read the docs [here](https://godoc.org/github.com/arduino/go-properties-map). +For more information read the docs [here](https://godoc.org/github.com/arduino/go-properties-orderedmap).