Skip to content

Commit a42e5f6

Browse files
authored
Update README.md
1 parent 704eaee commit a42e5f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

55
A fast, completely type-checked React form state manager, focussed on typescript integration and minimal rerenders. Featuring:
66

7-
- [Date, number, text inputs, checkboxes, radio buttons, textareas, selects](https://github.com/CodeStix/typed-react-form/wiki/FormInput)
87
- [Object fields](https://github.com/CodeStix/typed-react-form/wiki/Object-fields)
98
- [Array fields](https://github.com/CodeStix/typed-react-form/wiki/Array-fields)
109
- [Validation and yup integration](https://github.com/CodeStix/typed-react-form/wiki/Validation)
11-
- [Togglable fields](https://github.com/CodeStix/typed-react-form/wiki/Toggling-a-field)
10+
- [Easily toggle fields](https://github.com/CodeStix/typed-react-form/wiki/Toggling-a-field)
11+
- [Listeners (subscription based state updates)](https://github.com/CodeStix/typed-react-form/wiki/useListener)
1212

1313
**All of this while keeping type-checking!**
1414

1515
## [Documentation](https://github.com/CodeStix/typed-react-form/wiki)
1616

1717
**You can find documentation and information on how to get started [on the GitHub wiki page](https://github.com/CodeStix/typed-react-form/wiki).**
1818

19-
**You can see an example form working in action [here](https://codestix.github.io/typed-react-form/)**
19+
**You can see an example form working in action [here](https://codestix.github.io/typed-react-form/).**
2020

2121
## Javascript/typescript React
2222

0 commit comments

Comments
 (0)