From acf9c98b10736a5ecf7583e3f3e6eb0bff84eb9d Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 30 Jan 2024 23:04:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76781171f..cb90800c3 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ json-server -s ./static -s ./node_modules ## Notable differences with v0.17 -- ìd` is always a string and will be generated for you if missing +- `id` is always a string and will be generated for you if missing - use `_per_page` with `_page` instead of `_limit`for pagination - use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option