From f6b9080f9e623da6e088b051bda6b35195749369 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Mon, 22 Apr 2019 22:21:30 +0200 Subject: [PATCH] ci: show CircleCI badge in README Signed-off-by: Ron Evans --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5e34e..f5fb7ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # TinyGo Drivers -[![GoDoc](https://godoc.org/github.com/tinygo-org/drivers?status.svg)](https://godoc.org/github.com/tinygo-org/drivers) +[![GoDoc](https://godoc.org/github.com/tinygo-org/drivers?status.svg)](https://godoc.org/github.com/tinygo-org/drivers) [![CircleCI](https://circleci.com/gh/tinygo-org/drivers/tree/master.svg?style=svg)](https://circleci.com/gh/tinygo-org/drivers/tree/master) + This package provides a collection of hardware drivers for devices that can be used together with [TinyGo](https://tinygo.org).