Skip to content

Commit

Permalink
Bumped to v3 references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
seborama committed Oct 24, 2018
1 parent fe97229 commit dd61f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ go get github.com/seborama/govcr

For all available releases, please check the [releases](https://github.com/seborama/govcr/releases) tab on github.

You can pick a specific major release for compatibility. For example, to use a v2.x release, use this command:
You can pick a specific major release for compatibility. For example, to use a v3.x release, use this command:

```bash
go get gopkg.in/seborama/govcr.v2
go get gopkg.in/seborama/govcr.v3
```

And your source code would use this import:

```go
import "gopkg.in/seborama/govcr.v2"
import "gopkg.in/seborama/govcr.v3"
```

## Glossary of Terms
Expand Down

0 comments on commit dd61f12

Please sign in to comment.