Skip to content

Commit

Permalink
Merge pull request #137 from scholtzm/update-readme
Browse files Browse the repository at this point in the history
Remove outdated statements from README.md
  • Loading branch information
jquense authored Oct 25, 2017
2 parents b9575ab + aafe66b commit 77a3a33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ Failed casts return the input value.
#### `string.required(message: ?string): Schema`
The same as the `mixed()` schema required, except that empty strings are also considered 'missing' values.
To allow empty strings but fail on `undefined` values use: `string().required().min(0)`
#### `string.min(limit: number | Ref, message: ?string): Schema`
Expand Down Expand Up @@ -909,7 +908,6 @@ not validate its contents.
#### `array.required(message: ?string): Schema`
The same as the `mixed()` schema required, except that empty arrays are also considered 'missing' values.
To allow empty arrays but fail on `undefined` values use: `array().required().min(0)`
#### `array.min(limit: number | Ref, message: ?string): Schema`
Expand Down

0 comments on commit 77a3a33

Please sign in to comment.