From f2abe97b2423d75b8b7a6336417ebc071f35f664 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Aug 2021 06:28:11 -0700 Subject: [PATCH] Add dummy-discovery link to readme The repository's dummy-discovery folder contains a reference pluggable discovery implementation. This will be a valuable resource for the users of the module so we should make sure they are aware of it from the start. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 966d3c8..bf70352 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ This project is a library to ease implementation of pluggable discoveries for the [Arduino CLI](https://github.com/arduino/arduino-cli) following the [official specification](https://arduino.github.io/arduino-cli/latest/platform-specification/#pluggable-discovery). +## Reference implementation + +The [`dummy-discovery` folder](dummy-discovery) contains a reference pluggable discovery implementation. + ## Security If you think you found a vulnerability or other security-related bug in this project, please read our