From e68bdcc473a08542164bd80348917260183212c3 Mon Sep 17 00:00:00 2001 From: lyimmi Date: Fri, 1 Sep 2023 23:07:44 +0200 Subject: [PATCH] add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d29842f..c5d9850 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # usbrelay +[![CommandLine](https://github.com/lyimmi/usbrelay/actions/workflows/go-command-line.yml/badge.svg)](https://github.com/lyimmi/usbrelay/actions/workflows/go-command-line.yml) [![Example](https://github.com/lyimmi/usbrelay/actions/workflows/go-example.yml/badge.svg)](https://github.com/lyimmi/usbrelay/actions/workflows/go-example.yml) + A package for controlling USB relay boards with HID API in go, capable of controlling any number of channels on a relay board. **This package is work in progress, the public interface and behavior may change.**