Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed May 19, 2024
1 parent f15f84a commit 9d4a532
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 @@ -28,7 +28,7 @@
## Install

```console
go get -u github.com/garrettladley/fiberpaginate
go get -u github.com/garrettladley/fiberpaginate/v2
```

## Config
Expand All @@ -50,7 +50,7 @@ package main
import (
"log"

"github.com/garrettladley/fiberpaginate"
"github.com/garrettladley/fiberpaginate/v2"
"github.com/gofiber/fiber/v2"
)

Expand Down Expand Up @@ -91,7 +91,7 @@ package main
import (
"log"

"github.com/garrettladley/fiberpaginate"
"github.com/garrettladley/fiberpaginate/v2"
"github.com/gofiber/fiber/v2"
)

Expand Down Expand Up @@ -132,7 +132,7 @@ package main
import (
"log"

"github.com/garrettladley/fiberpaginate"
"github.com/garrettladley/fiberpaginate/v2"
"github.com/gofiber/fiber/v2"
)

Expand Down

0 comments on commit 9d4a532

Please sign in to comment.