Skip to content

Commit

Permalink
another readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrelogan committed Jun 23, 2017
1 parent 51b9305 commit 7e346ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ validationAdapter.plugInto(FormState);

## Usage

Inputs in these examples **are designed to work with [react-formstate](https://www.npmjs.com/package/react-formstate).** The examples demonstrate that package's fluent validation API.

react-formstate-validation contains a handful of commonly used validation methods and nothing more. They are only useful in concert with [react-formstate](https://www.npmjs.com/package/react-formstate).
Inputs in these examples are designed to work with [react-formstate](https://www.npmjs.com/package/react-formstate). react-formstate-validation provides common validation functions that can be supplied to [react-formstate's](https://www.npmjs.com/package/react-formstate) fluent validation API.

```jsx
<Input
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-formstate-validation",
"version": "0.3.2",
"version": "0.3.3",
"peerDependencies": {
"react-formstate": ">=0.3.0"
},
Expand Down

0 comments on commit 7e346ff

Please sign in to comment.