Skip to content

Commit 0df496a

Browse files
committed
update readme
1 parent fdec9db commit 0df496a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
https://jsonapi.org/examples/#error-objects-basics
55

66
## Installation
7-
`composer require sinema/json-api-error`
7+
`composer require sinema/json-api-error-laravel`
88

99
## Usage
1010

@@ -43,8 +43,8 @@ Response
4343
"errors": [
4444
{
4545
"status": 404,
46-
"title": "Bike not found",
47-
"detail": "Bike bd11f048-8663-4d95-8c7a-02a5579b0682 not found in customer data"
46+
"title": "Item not found",
47+
"detail": "Item bd11f048-8663-4d95-8c7a-02a5579b0682 not found in customer data"
4848
}
4949
]
5050
}

0 commit comments

Comments
 (0)