Skip to content

Commit 6e7a620

Browse files
authored
[typeid] Update README to use /v2 (#524)
## Summary Update README to use /v2 ## How was it tested? N/A ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent ae51462 commit 6e7a620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typeid/typeid-go/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This particular implementation provides a go library for generating and parsing
1616
To add this library as a dependency in your go module, run:
1717

1818
```bash
19-
go get go.jetify.com/typeid
19+
go get go.jetify.com/typeid/v2
2020
```
2121

2222
## Usage
@@ -25,7 +25,7 @@ This library provides a go implementation of TypeID:
2525

2626
```go
2727
import (
28-
"go.jetify.com/typeid"
28+
"go.jetify.com/typeid/v2"
2929
)
3030

3131
func example() {

0 commit comments

Comments
 (0)