Skip to content

Commit ab55faf

Browse files
authored
Update README.md
1 parent 10b258d commit ab55faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Each _El.View_ is an event emitter. See riot.observable for further documentati
187187
| El.View.register | () => | This registers the current custom tag with the rendering engine. Call it after you defined a tag |
188188

189189
### El.Form extends El.View
190-
This class is used to represent forms and more complex IO driven micro-apps.
190+
This class is used to represent forms as well as more complex IO driven micro-apps. This class supplies common form validation and form submit logic.
191191

192192
#### Properties
193193

@@ -205,7 +205,7 @@ This class is used to represent forms and more complex IO driven micro-apps.
205205
| \_submit | () => | Code here executes when the form is validated during _submit()_ call |
206206

207207
### El.Input extends El.View
208-
This is the base class for all El custom tags.
208+
This is the base class for building form inputs and IO controls.
209209

210210
#### Properties
211211

0 commit comments

Comments
 (0)