From cdf314c67ae99d7472a68b8f985b6cbd2179ab94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drahoslav=20Bedn=C3=A1=C5=99?= Date: Thu, 19 Aug 2021 12:59:29 +0200 Subject: [PATCH] Update README.md Update the go doc link to the v4 version --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fd0920..dd6ce01 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ go-rpio Native GPIO-Gophers for your Pi! -**Documentation:** [![GoDoc](https://godoc.org/github.com/stianeikeland/go-rpio?status.svg)](https://godoc.org/github.com/stianeikeland/go-rpio) +**Documentation:** [![GoDoc](https://pkg.go.dev/badge/github.com/stianeikeland/go-rpio)](https://pkg.go.dev/github.com/stianeikeland/go-rpio/v4) go-rpio is a Go library for accessing [GPIO](http://elinux.org/Rpi_Low-level_peripherals)-pins on the [Raspberry Pi](https://en.wikipedia.org/wiki/Raspberry_Pi). @@ -33,7 +33,6 @@ import "github.com/stianeikeland/go-rpio/v4" ``` If you're using an older go.mod incompatible you should instead use: - ```go import "github.com/stianeikeland/go-rpio" ```