From 59e663b4a0fb631e9f1d5a0283a1a61ecade99f9 Mon Sep 17 00:00:00 2001 From: Sohag Hasan Date: Mon, 30 May 2022 04:43:32 +0000 Subject: [PATCH] fix | typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 066a11c..e479a1a 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Make an `HTTP PUT` request to the following route to update an existing user. Re http://localhost:8000/api/users/{userid} ``` -For example, to update the user with id 2, use this endpoint `http://localhost:8000/api/users/3` +For example, to update the user with id 3, use this endpoint `http://localhost:8000/api/users/3` **API Payload & Response**