diff --git a/schema/support/tests/README.md b/schema/support/tests/README.md index 0b66406df59..1f42589b9e5 100644 --- a/schema/support/tests/README.md +++ b/schema/support/tests/README.md @@ -1,11 +1,11 @@ -# All records in vald directory must validate: +# All records in valid directory must validate: $ node ../Node_validator/validate.js valid/*.json ... Summary: All files PASSED validation. -# All records in invald directory must fail to validate: +# All records in invalid directory must fail to validate: $ node ../Node_validator/validate.js invalid/*.json