Skip to content

Commit 1f996e1

Browse files
authored
Update README.md
1 parent 5b74080 commit 1f996e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Coverage Status](https://coveralls.io/repos/github/dtrelogan/react-formstate-validation/badge.svg?branch=master)](https://coveralls.io/github/dtrelogan/react-formstate-validation?branch=master)
44
[![Build Status](https://travis-ci.org/dtrelogan/react-formstate-validation.svg?branch=master)](https://travis-ci.org/dtrelogan/react-formstate-validation)
55

6-
a validation library for [react-formstate](https://github.com/dtrelogan/react-formstate)
6+
a validation library for [react-formstate](https://www.npmjs.com/package/react-formstate)
77

88
$ npm install react-formstate --save
99
$ npm install react-formstate-validation --save
@@ -121,7 +121,7 @@ note you can provide your own library and aliases. you can plug in [validator](h
121121

122122
## expansion
123123

124-
[react-formstate](https://github.com/dtrelogan/react-formstate) provides a variety of ways to express [validation logic](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md), including [registering](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md#registering-validation-functions) your own validation functions.
124+
[react-formstate](https://www.npmjs.com/package/react-formstate) provides a variety of ways to express [validation logic](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md), including [registering](https://github.com/dtrelogan/react-formstate/blob/master/docs/validationWiring.md#registering-validation-functions) your own validation functions.
125125

126126
for minor additions and modifications it's easiest to start there.
127127

0 commit comments

Comments
 (0)