Skip to content

Commit cc1804a

Browse files
committed
update
1 parent b876e36 commit cc1804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Just tell MintyPHP Forms that you want to use Bulmas style forms using:
7272

7373
```php
7474
E::$style = 'bulma';
75-
// create and render the same form
75+
// create and render the login form
7676
$form = E::form([
7777
E::field(E::text('username'),E::label('Username'),[V::required('Username is required')]),
7878
E::field(E::password('password'),E::label('Password')),

0 commit comments

Comments
 (0)