From f3743f59fe656b380560301d3d55c2bbcbcdcc12 Mon Sep 17 00:00:00 2001 From: BenBenHu Date: Wed, 4 Mar 2020 09:46:20 +0800 Subject: [PATCH] doc: fix README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f2caf..56547ba 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The `buildPaginator` function has the following options: * `paginationKeys` [optional]: array of the fields to be used for the pagination, **default is `id`**. * `query` [optional]: * `limit`: limit the number of records returned, **default is 100**. - * `order`: **ASC** or **DESC**, default is **DESC**. + * `order`: **ASC** or **DESC**, **default is DESC**. * `beforeCursor`: the before cursor. * `afterCursor`: the after cursor.