Skip to content

Commit 05e7876

Browse files
committed
updating readme
1 parent 1d1400e commit 05e7876

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ module.exports = {
9898
minLength: '%1 must have a minimum length of %2',
9999
number: '%1 must be a number',
100100
numeric: '%1 must only contain numbers',
101-
required: '%1 is required'
101+
required: '%1 is required',
102+
startsWith: '%1 must start with %2',
103+
url: '%1 must be a url'
102104
};
103105
```
104106

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-formstate-validation",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"peerDependencies": {
55
"react-formstate": ">=0.3.0"
66
},

0 commit comments

Comments
 (0)