From 282f74d4ace7dcf2e268eb8972fb115e8e8ea136 Mon Sep 17 00:00:00 2001 From: Mo Omer Date: Thu, 9 May 2024 18:06:40 -0500 Subject: [PATCH] Fix import order in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fed159..eb0c64a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Full documentation is available on godoc at https://pkg.go.dev/github.com/omc/bo ## Installation ```shell -go get github.com/omc/bonsai-api-go/bonsai/v2 +go get github.com/omc/bonsai-api-go/v2/bonsai ``` ## Example @@ -37,7 +37,7 @@ import ( "log" "os" - "github.com/omc/bonsai-api-go/bonsai/v2" + "github.com/omc/bonsai-api-go/v2/bonsai" ) func main() {