Skip to content

Commit 22327dc

Browse files
author
phoenix
committed
fix -- readme fix
1 parent f4150d4 commit 22327dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ This field also respects policies: ie Role / Permission
7272

7373
### Validation
7474
You can set min, max, size, required or custom rule objects
75-
`->rules('min:5', 'max:10', 'size:10', 'required', new CustomRule)`
75+
76+
```php
77+
->rules('min:5', 'max:10', 'size:10', 'required', new CustomRule)`
78+
```
7679

7780
### Contributing
7881
Feel free to suggest changes, ask for new features or fix bugs yourself.

0 commit comments

Comments
 (0)