Skip to content

Commit

Permalink
fix package name (#11)
Browse files Browse the repository at this point in the history
* fix package name

see also: #7 (comment)

---------

Co-authored-by: Tommy Beadle <tbeadle@users.noreply.github.com>
  • Loading branch information
xyb and tbeadle authored Aug 17, 2023
1 parent 9d84feb commit 31e88a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This pagination style accepts a single page number in the request query paramete
Install using ``pip``:

```bash
$ pip install djangorestframework-link-header-pagination
$ pip install drf-link-header-pagination
```

## Setup
Expand Down Expand Up @@ -77,7 +77,7 @@ $ tox
```

[build-status-image]: https://secure.travis-ci.org/tbeadle/django-rest-framework-link-header-pagination.svg?branch=master
[pypi-version]: https://img.shields.io/pypi/v/djangorestframework-link-header-pagination.svg
[pypi-version]: https://img.shields.io/pypi/v/drf-link-header-pagination.svg
[github-pagination]: https://docs.github.com/en/rest/guides/traversing-with-pagination
[requests]: http://docs.python-requests.org
[requests-link-header]: http://docs.python-requests.org/en/master/user/advanced/#link-headers
Expand Down

0 comments on commit 31e88a5

Please sign in to comment.