Skip to content

Commit 4681adf

Browse files
suhaibmujahidlhchavez
authored andcommitted
Update README.md
(cherry picked from commit 3a21026)
1 parent 752bac6 commit 4681adf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ Due to the fact that Go 1.11 module versions have semantic meaning and don't nec
1515
| 0.28 | v28 |
1616
| 0.27 | v27 |
1717

18-
You can import them in your project via `go get` or a regular `import` with the version number as a suffix. For example, if you have libgit2 v0.28 installed, you'd import with
18+
You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v0.28 installed, you'd import git2go v28 with
1919

20+
```sh
21+
go get github.com/libgit2/git2go/v28
22+
```
2023
```go
2124
import "github.com/libgit2/git2go/v28"
2225
```

0 commit comments

Comments
 (0)