Skip to content

Commit

Permalink
chore: package name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KadirOzerOzturk committed Oct 30, 2024
1 parent 7665802 commit 57e1707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There must be required mib files in the specified path <br/>
### Installation

```
go get github.com/KadirOzerOzturk/mibparser
go get github.com/limanmys/mib-parser-go
```

### Usage
Expand All @@ -23,7 +23,7 @@ import (
"fmt"
"log"

"github.com/KadirOzerOzturk/mibparser"
"github.com/limanmys/mib-parser-go"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/KadirOzerOzturk/mibparser
module github.com/limanmys/mib-parser-go

go 1.22.2

0 comments on commit 57e1707

Please sign in to comment.