Skip to content

Commit

Permalink
Update go.mod path to support v2. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed May 15, 2021
1 parent 4baa664 commit 3bcf720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Jitterbug has no external dependencies, has a stable API, and is production-read
## Installation

```bash
go get -u github.com/lthibault/jitterbug
go get -u github.com/lthibault/jitterbug/v2
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/lthibault/jitterbug
module github.com/lthibault/jitterbug/v2

go 1.14

0 comments on commit 3bcf720

Please sign in to comment.