From c2f0eaa853aca7796ed778ecdadde8c4571d71dc Mon Sep 17 00:00:00 2001 From: ABHISHEK FADAKE <31249309+fadkeabhi@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:55:43 +0530 Subject: [PATCH] Removed typo users's --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06975f9..6501f2f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ As we make our way through the examples you will see that new APIs are introduce ### Creating your first `JSON:API` resource -To get started, let's create a `UserResource` for our `User` model. In our user resource will expose the users's `name`, `website`, and `twitter_handle` in the response. +To get started, let's create a `UserResource` for our `User` model. In our user resource will expose the user's `name`, `website`, and `twitter_handle` in the response. First we will create a new API resource that extends `TiMacDonald\JsonApi\JsonApiResource`.