We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f510b commit 40b7777Copy full SHA for 40b7777
README.md
@@ -10,6 +10,11 @@ React Hooks library to use classic pagination in the frontend with a token-based
10
11
<!-- toc -->
12
13
+- [Setup](#setup)
14
+- [Quickstart](#quickstart)
15
+ * [API](#api)
16
+ * [Client](#client)
17
+
18
<!-- tocstop -->
19
20
## Setup
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "token-pagination-hooks",
3
- "version": "0.0.1-1",
+ "version": "0.0.1-2",
4
"description": "React Hook for token based pagination",
5
"author": "Simone Busoli <simone.busoli@nearform.com>",
6
"repository": "simoneb/token-pagination-hooks",
0 commit comments