From 579db243a06163a48238111feaad1fc06b268132 Mon Sep 17 00:00:00 2001 From: Stian Eikeland Date: Fri, 30 Nov 2018 15:01:09 +0100 Subject: [PATCH] Update usage example: Use /v4 in import --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c72eed..43700a3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ There's a tiny bit of additional information over at my [blog](https://blog.eike ## Usage ## +```go +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" ```