Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit9616 committed Aug 21, 2023
1 parent c732615 commit 9a070c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# paginate_gorm - Gorm Pagination Library
# paginate_gorm
<small>Gorm pagination library</small>

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/arpit9616/paginate)](https://github.com/arpit9616/paginate/releases)

Expand Down Expand Up @@ -37,7 +38,7 @@ Simple way to paginate [Gorm](https://github.com/go-gorm/gorm) result. **paginat
## Installation

```bash
go get -u github.com/morkid/paginate
go get -u github.com/arpit9616/paginate
```

## Configuration
Expand Down Expand Up @@ -869,4 +870,4 @@ type User struct {
## License
Published under the [MIT License](https://github.com/morkid/paginate/blob/master/LICENSE).
Published under the [MIT License](https://github.com/arpit9616/paginate/blob/main/LICENSE).

0 comments on commit 9a070c0

Please sign in to comment.