From fa3edd58e0cece43dba765138a5c11cf42a11af1 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Sun, 28 Jun 2020 19:35:12 +0200 Subject: [PATCH] Fix example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af1b45..154cf53 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ http://localhost:3000/cats?limit=5&page=2&sortBy=color:DESC&search=i "totalItems": 12, "currentPage": 2, "totalPages": 3, - "sortBy": [["color", "DESC"]] + "sortBy": [["color", "DESC"]], + "search": "i" }, "links": { "first": "http://localhost:3000/cats?limit=5&page=1&sortBy=color:DESC&search=i",