Skip to content

Commit

Permalink
Removed typo users's
Browse files Browse the repository at this point in the history
  • Loading branch information
fadkeabhi authored and timacdonald committed Oct 16, 2023
1 parent 8160634 commit c2f0eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit c2f0eaa

Please sign in to comment.