Skip to content

Commit

Permalink
Switch doc examples to use rabbit-hole/v3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 16, 2024
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
Expand Up @@ -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
Expand All @@ -55,7 +55,7 @@ To import the package:

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

Expand Down

0 comments on commit 6e26f5a

Please sign in to comment.