Skip to content

Commit 3540797

Browse files
authored
Fix typo in readme
1 parent c302962 commit 3540797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Are you running a service, using an SQL database, and want to support cursor sty
1010

1111
## What is cursor pagination?
1212

13-
Cursor pagination was made popular by GraphQL, and this library conforms to the [GraphQL Cursor Connections Specification
14-
](https://relay.dev/graphql/connections.htm) meaning it's compatible with [Relay](https://relay.dev/). However it is also useful outside of GraphQL.
13+
Cursor pagination was made popular by GraphQL, and this library conforms to the [GraphQL Cursor Connections Specification](https://relay.dev/graphql/connections.htm) meaning it's compatible with [Relay](https://relay.dev/). However it is also useful outside of GraphQL.
1514

1615
- First you specify the sort config. This contains a list of field names with their orders. It must contain a unique key.
1716
- Then you request how many items you would like to fetch with `first`.

0 commit comments

Comments
 (0)