Skip to content

Commit

Permalink
Remove outdated statements from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzm committed Oct 25, 2017
1 parent b9575ab commit aafe66b
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 aafe66b

Please sign in to comment.