Skip to content

Commit

Permalink
Update README.md with new import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
webstradev authored Oct 10, 2024
1 parent f812ad1 commit 8a1f6ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simple pagination middleware for the gin framework. Allows for the usage of url

## Installation
```bash
$ go get github.com/webstradev/gin-pagination
$ go get github.com/webstradev/gin-pagination/v2
```

## Default Usage
Expand All @@ -23,7 +23,7 @@ import (
"net/http"

"github.com/gin-gonic/gin"
"github.com/webstradev/gin-pagination"
"github.com/webstradev/gin-pagination/v2/pkg/pagination"
)

func main(){
Expand All @@ -47,7 +47,7 @@ import (
"net/http"

"github.com/gin-gonic/gin"
"github.com/webstradev/gin-pagination"
"github.com/webstradev/gin-pagination/v2/pkg/pagination"
)

func main(){
Expand Down Expand Up @@ -75,7 +75,7 @@ import (
"net/http"

"github.com/gin-gonic/gin"
"github.com/webstradev/gin-pagination"
"github.com/webstradev/gin-pagination/v2/pkg/pagination"
)

func main(){
Expand Down

0 comments on commit 8a1f6ae

Please sign in to comment.