From f6ee522a6583833ac53b72abe21e0a260c6f85e6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Aug 2021 06:13:06 -0700 Subject: [PATCH] Add module reference badge to readme This provides access to the module's reference on pkg.go.dev, which presents the information in a convenient format. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 966d3c8..6b0cede 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Pluggable Discovery Protocol Handler + + +[![Go Reference](https://pkg.go.dev/badge/github.com/arduino/pluggable-discovery-protocol-handler.svg)](https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler/v2) + 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).