From dbea605d7bd7e5b50dad3234cd723994e0865785 Mon Sep 17 00:00:00 2001 From: Tevin Zhang Date: Sat, 25 Sep 2021 14:19:00 +0800 Subject: [PATCH] Use v2 in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6139a85..105a787 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Designed for cleaner code. ## Usage ```go -import "github.com/tevino/abool" +import "github.com/tevino/abool/v2" cond := abool.New() // default to false