From f2a01a1869fb1058348cab25dab2357ffd3eab2c Mon Sep 17 00:00:00 2001 From: Bart Duisters <43420049+bartduisters@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:08:56 +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 3668a032..d0ea9a5d 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ This will work in the same manner for resources other than `post`: you can see t ### Updating Posts -To create posts, use the `.update()` method on a single-item query to PUT (the HTTP verb for "update") a data object to the server: +To update posts, use the `.update()` method on a single-item query to PUT (the HTTP verb for "update") a data object to the server: ```js // You must authenticate to be able to PUT (update) a post