Skip to content

Commit

Permalink
Merge pull request #28 from omc/doc-fix/versioning-of-readme-import
Browse files Browse the repository at this point in the history
Fix import order in README
  • Loading branch information
momer authored May 9, 2024
2 parents 7f9405c + 282f74d commit 0c63191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit 0c63191

Please sign in to comment.