From 3bfdf5c4f27517d03e5c37bc84e00e808f6fa67c Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 16 Mar 2023 14:23:51 -0400 Subject: [PATCH] Use /v2 path in README examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbfb7ab..38e2c60 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Official Write.as Go client library. ## Installation ```bash -go get github.com/writeas/go-writeas +go get github.com/writeas/go-writeas/v2 ``` ## Documentation @@ -17,7 +17,7 @@ See all functionality and usages in the [API documentation](https://developers.w ### Example usage ```go -import "github.com/writeas/go-writeas" +import "github.com/writeas/go-writeas/v2" func main() { // Create the client