Skip to content

Commit 74a68cb

Browse files
authored
Update README.md
1 parent 187c295 commit 74a68cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ These interfaces both expose `PageInfo` & `TotalCount` properties that may optio
230230
### Cursor Paging Example to simply retrieve a single Page...
231231

232232
Cursor paging is the approach that is strongly recommended by GraphQL.org however, offset based paging (aka CollectionSegment -
233-
*using from HotChocolate .NET GraphQL Server naming convention*)) is availble also (see below)[#offsetslice-paging-results-via-collectionsegment].
233+
*using from HotChocolate .NET GraphQL Server naming convention*)) is availble also [(see below)](#offsetslice-paging-results-via-collectionsegment).
234234

235235
```csharp
236236
var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"

0 commit comments

Comments
 (0)