Skip to content

Commit 796e996

Browse files
committed
update
1 parent aed3214 commit 796e996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@ You can see how these are used in the following full example:
145145
```php
146146
<?php
147147

148+
// alias the most used classes
148149
use MintyPHP\Form\Elements as E;
149150
use MintyPHP\Form\Validator\Validators as V;
150151

151-
// include MintyPHP Forms
152+
// ensure all classes are (auto)loaded:
152153
require_once 'vendor/autoload.php';
153154

154155
// set style to Bulma

0 commit comments

Comments
 (0)