Skip to content

Commit c66f26d

Browse files
author
devgioele
committed
fix readme
1 parent 8461aef commit c66f26d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ state or in the browser URL.
99
## Table of content
1010

1111
- [Usage](#usage)
12-
- [useQuery](#usequery)
13-
- [usePagination](#usepagination)
14-
- [useQueryAndPagination](#usequeryandpagination)
12+
- [Example usage with Next.js](#example-usage-with-nextjs)
13+
- [Example usage with React Router and zod](#example-usage-with-react-router-and-zod)
1514
- [Build & Publish](#build--publish)
16-
- [Information](#information)
15+
- [About](#about)
1716

1817
## Usage
1918

@@ -41,7 +40,7 @@ The hooks exported from `@aboutbits/react-pagination/*/zod` are more convenient
4140

4241
Some examples follow, but we recommend having a look at the type definitions for more details about the API.
4342

44-
#### Example usage with Next.js
43+
### Example usage with Next.js
4544

4645
```tsx
4746
import { Query } from '@aboutbits/react-pagination'

0 commit comments

Comments
 (0)