Skip to content

Commit 6506235

Browse files
authored
Update README.md
1 parent 47875b0 commit 6506235

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Automatic HTML `<form>` with validation, messages, warnings and more!
66

7-
* Form fields: `text`, `textarea`, `dropdown`, `checkbox`, `radio` and `hidden`.
7+
* Form fields: `text`, `textarea`, `dropdown`, `checkbox`, `radio` and `hidden`
88
* Validators: `required`, `email`, `phone`, `number`, `lengthmax *`, `lengthmin *`, `sizemax *`, `sizemin *`
99

1010
```php
@@ -35,9 +35,11 @@ Automatic HTML `<form>` with validation, messages, warnings and more!
3535

3636
## 🎁 Installation
3737

38-
This is a zero dependency library. Just drag `SimplePHPForm.php` into your project and `require('SimplePHPForm.php');`.
38+
This is a zero dependency library.
3939

40-
Optionally add the assets from `examples/css` and `examples/images`
40+
Just drag `SimplePHPForm.php` into your project and `require('SimplePHPForm.php');`
41+
42+
Optionally add the assets from `examples/css` and `examples/images` to your project.
4143

4244
## 👁️ Examples + Screenshot
4345

0 commit comments

Comments
 (0)