From d7154d63c18fc0fc7777dd1990cad111e7eec2fc Mon Sep 17 00:00:00 2001 From: agatha Date: Fri, 8 Sep 2023 15:56:18 -0400 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f78923..79e8411 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The `/users` endpoint will return a JSON list of 50 users: Randomly returns HTTP 500 and 502 status codes. ### /admin/users -The `/admin/users` endpoint will return a JSON list of 50 users: +The `/admin/users` endpoint will return a JSON list of 10 users: ```json [ { "id": "string", "username": "string", "isAdmin": "boolean" } ] ```