Skip to content

Commit

Permalink
Merge pull request #2 from kitloong/feature/module
Browse files Browse the repository at this point in the history
Append v2
  • Loading branch information
kitloong committed Feb 16, 2023
2 parents 4ac579e + 80ffadb commit 237ba22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ currencies and check historical rate with a given date range.
Use go get

```bash
go get github.com/kitloong/go-currency-converter-api
go get github.com/kitloong/go-currency-converter-api/v2
```

Then import
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kitloong/go-currency-converter-api
module github.com/kitloong/go-currency-converter-api/v2

go 1.19

Expand Down

0 comments on commit 237ba22

Please sign in to comment.