Skip to content

Commit cc72c3d

Browse files
author
ryan.deng
committed
updated
1 parent e7a4911 commit cc72c3d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ php artisan make:jsontoclass
3434

3535
## Example
3636

37-
Input - PHP Array:
37+
38+
### Input
39+
40+
#### PHP Array
3841

3942
````php
4043
'message' => [
@@ -47,7 +50,7 @@ Input - PHP Array:
4750
]
4851
````
4952

50-
or JSON
53+
#### or JSON
5154

5255
````json
5356
{
@@ -62,7 +65,8 @@ or JSON
6265
}
6366
````
6467

65-
Output - Classes:
68+
69+
### Output - Classes:
6670

6771
#### Message Class
6872
````php

0 commit comments

Comments
 (0)