Skip to content

Commit 3d7a5f9

Browse files
committed
Update README.md
1 parent 3f59ccb commit 3d7a5f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Total Downloads](https://poser.pugx.org/multidimensional/array-validation/d/total.svg)](https://packagist.org/packages/multidimensional/array-validation)
99
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/multidimension-al/array-validation/badges/quality-score.png)](https://scrutinizer-ci.com/g/multidimension-al/array-validation/)
1010

11-
This library allows for validation of an array using another array as a ruleset. Validation rules include requiring specific keys, specific types and specific values. When the validation fails, the library throws a normal _Exception_. For best results, also consider using our [Array Sanitization]() library which will correct errors and force type corrections prior to validation.
11+
This library allows for validation of an array using another array as a ruleset. Validation rules include requiring specific keys, specific types and specific values. When the validation fails, the library throws a normal _Exception_. For best results, also consider using our [Array Sanitization](https://github.com/multidimension-al/array-sanitization) library which will correct errors and force type corrections prior to validation.
1212

1313
## Requirements
1414

0 commit comments

Comments
 (0)