Skip to content

Commit 46df770

Browse files
authored
Clarify and update API and sibling packages in README
1 parent 8150f5d commit 46df770

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![GitHub release](https://img.shields.io/github/release/formsy/formsy-react.svg)](https://github.com/formsy/formsy-react/releases)
44
![CI](https://github.com/formsy/formsy-react/workflows/CI/badge.svg)
55
[![Coverage Status](https://coveralls.io/repos/github/formsy/formsy-react/badge.svg?branch=master)](https://coveralls.io/github/formsy/formsy-react?branch=master)
6-
[![Gzipped size](http://img.badgesize.io/https://unpkg.com/formsy-react?compression=gzip)](https://unpkg.com/formsy-react)
76
[![GitHub contributors](https://img.shields.io/github/contributors/formsy/formsy-react.svg)](https://github.com/formsy/formsy-react/contributors)
87
![Typescript Types included](https://badgen.net/npm/types/tslib)
98

@@ -41,10 +40,9 @@ if you're looking for old issues.
4140
## Formsy component packages
4241

4342
- [twisty/formsy-react-components](https://github.com/twisty/formsy-react-components) - Bootstrap components for a
44-
formsy-react form.\
45-
- [zabute/formsy-semantic-ui-react](https://github.com/zabute/formsy-semantic-ui-react) - Formsy-React wrappers for
46-
Semantic-Ui-React's form components
47-
([currently being updated to formsy 2.x](https://github.com/zabute/formsy-semantic-ui-react/pull/77))
43+
Formsy-React form.
44+
- [zabute/formsy-semantic-ui-react](https://github.com/zabute/formsy-semantic-ui-react) - Semantic-Ui-React components for a
45+
Formsy-React form.
4846

4947
## 1.x to 2.x Upgrade Guide
5048

@@ -153,6 +151,10 @@ This code results in a form with a submit button that will run the `submit` meth
153151
valid email. The submit button is disabled as long as the input is empty ([required](/API.md#required)) and the value is
154152
not an email ([isEmail](/API.md#validators)). On validation error it will show the message: "This is not a valid email".
155153

154+
## 3. More
155+
156+
See the [API](/API.md) for more information.
157+
156158
## Contribute
157159

158160
- Fork repo

0 commit comments

Comments
 (0)