Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuochi committed Jan 4, 2023
1 parent cc71d4c commit 7f7ca7b
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 @@ -22,7 +22,7 @@ go get golang.org/x/net/context
Put the package under your project folder and add the following in import:

```golang
import sonarr "github.com/devopsarr/sonarr"
import sonarr "github.com/devopsarr/sonarr-go"
```

To use a proxy, set the environment variable `HTTP_PROXY`:
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/devopsarr/sonarr
module github.com/devopsarr/sonarr-go

go 1.19

Expand Down

0 comments on commit 7f7ca7b

Please sign in to comment.