Skip to content

Commit

Permalink
fix readme import path
Browse files Browse the repository at this point in the history
  • Loading branch information
rafet authored Dec 26, 2023
1 parent e06cea1 commit 10df7f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion insredis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ geospatial operations, and more.
To use this package, install it using Go modules:

```bash
go get github.com/useinsider/insredis
go get github.com/useinsider/go-pkg/insredis
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion insrequester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The insrequester package is designed to provide a resilient way to make HTTP req

```go
import (
"github.com/useinsider/insrequester"
"github.com/useinsider/go-pkg/insrequester"
)
```

Expand Down
2 changes: 1 addition & 1 deletion inssimpleroute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"net/http"
"strings"

"github.com/useinsider/inssimpleroute"
"github.com/useinsider/go-pkg/inssimpleroute"
)

// Request type for the use case
Expand Down

0 comments on commit 10df7f3

Please sign in to comment.