Skip to content

Commit ca7f732

Browse files
authored
Update readme.md
1 parent 016e716 commit ca7f732

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
@@ -67,13 +67,13 @@ php artisan make:jsontoclass
6767

6868
Note: each object should have key name defined.
6969

70-
- If it is object please define it as a `object`, see above.
71-
- If your components are array of object, please define it as a pure array.
70+
- If it is an object please define it as a `object`, see the above.
71+
- If your components are array of objects, please define it as a pure array.
7272
- You have to assign a value for each property, for example, an empty string `''` for `first_name`.
7373

7474
#### or JSON
7575

76-
- I have disabled JSON method, you need to convert JSON to PHP array yourself. (You can use online convert tool if necessary)
76+
- I have disabled JSON method, you need to convert JSON to PHP array by yourself. (You can use online convert tool if necessary)
7777
- Then please follow Array Input instruction.
7878

7979

0 commit comments

Comments
 (0)