Skip to content

Commit c5b015a

Browse files
committed
Minor modifications in readme
1 parent 4a33200 commit c5b015a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
#php-array-forms
1+
# php-array-forms
22
A library that allows you to create HTML forms using PHP Arrays. The project was inspired by Titan Framework and uses the same format for generating elements
3-
##INSTALLATION
3+
## INSTALLATION
44

5-
###Composer
5+
### Composer
66
`composer require dekyfin/php-array-forms`
77

8-
###Direct Install
8+
### Direct Install
99

1010
##USAGE
1111
-Include the `DF\ArrayForm` class
1212
--Composer: `require_once "vendor/autoload.php"`
1313
--Direct Install: `require_once "path/to/ArrayForm.php"`
1414

15-
###Example
15+
### Example
1616
```
1717
#Attributes to be used for the form
1818
$formData = [
@@ -56,9 +56,9 @@ $html = $form->$build();
5656
5757
echo $html
5858
```
59-
##OPTIONS
59+
## OPTIONS
6060

61-
##formData
61+
## formData
6262

63-
##elements
63+
## elements
6464

0 commit comments

Comments
 (0)