Skip to content

Commit

Permalink
Switch doc examples to use rabbit-hole/v3
Browse files Browse the repository at this point in the history
michaelklishin committed Dec 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent be91a64 commit 6e26f5a
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
@@ -34,7 +34,7 @@ the [change log](https://github.com/michaelklishin/rabbit-hole/blob/master/Chang
## Installation

```
go get github.com/michaelklishin/rabbit-hole/v2
go get github.com/michaelklishin/rabbit-hole/v3
# or, for v1.x:
# go get github.com/michaelklishin/rabbit-hole
@@ -55,7 +55,7 @@ To import the package:

``` go
import (
"github.com/michaelklishin/rabbit-hole/v2"
"github.com/michaelklishin/rabbit-hole/v3"
)
```

0 comments on commit 6e26f5a

Please sign in to comment.