Skip to content

Commit aed3214

Browse files
committed
update
1 parent d0d2669 commit aed3214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ use MintyPHP\Form\Validator\Validators as V;
3131

3232
Now ensure all classes are (auto)loaded:
3333

34-
require_once 'vendor/autoload.php';
34+
```php
35+
require_once 'vendor/autoload.php';
36+
```
3537

3638
And create a simple login form using:
3739

0 commit comments

Comments
 (0)