Commit 4ef7c524 4ef7c524760fdcafe64189a00f1bc85c349b6e44 by Vincent Peybernes

Update README.md

1 parent 6a856a9c
Pipeline #72 for 4ef7c524 passed in 1 minute 17 seconds
......@@ -2,7 +2,7 @@
[![build status](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/badges/master/build.svg)](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/commits/master)
This module provide an addon directive for form to validate matrix form.
This module provides an addon directive for form to validate matrix forms.
## Example
......@@ -45,9 +45,9 @@ angular.module('test', ['matrixValidation']).controller('ctrlTest', [
// Do something to fill validationMatrix with true/false
// to validate matrix.
// validationMatrix is give to help you to construct it.
// It have the same dimension than matrix.
// But you to return it.
// validationMatrix is given to help you to construct it.
// It has the same dimension than matrix.
// But you need to return it.
return validationMatrix;
};
}
......