Skip to content

Commit d6e7f0c

Browse files
Merge pull request #18 from LinioIT/docs/readme
docs: fix subtitles
2 parents f70ecb5 + 1e778e0 commit d6e7f0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TestController
7373
The method `getJsonConfiguration()` takes the configuration from `app/config/config.yml`. and returns a JSON with the Form Configuration.
7474

7575

76-
###Example
76+
### Example
7777
Here's an example of a form named `new_user` with a single field called `first_name`:
7878

7979
```yaml
@@ -88,11 +88,11 @@ dynamic_form:
8888
transformers:
8989
validators:
9090
```
91-
###Options
91+
### Options
9292
Field options are the same as symfony, refer to the documentation
9393
9494
95-
###Transformers
95+
### Transformers
9696
9797
When using transformers write both the class where it is defined and the calls you need.
9898
@@ -109,7 +109,7 @@ dynamic_form:
109109
- [setInputFormat, ['Y-m-d']]
110110
```
111111
112-
###Validators
112+
### Validators
113113
114114
When using validators call each validator constraint and its parameters like shown down below.
115115

0 commit comments

Comments
 (0)