Skip to content

Commit 260bd13

Browse files
authored
Update README.md
1 parent 7124b1d commit 260bd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/schema/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Options:
1919
-p, --payloadPath <string> Path to the payload file OR directory/zip containing files that need to be validated
2020
-r, --resourceName <string> Resource name to validate against. Required if --version is passed when validating.
2121
-h, --help display help for command
22-
-k, --disableKey Pass this flag to remove record keys from the error report
22+
-k, --disableKeys Pass this flag to remove record keys from the error report
2323
```
2424

2525
### Generate
@@ -63,4 +63,4 @@ errorMap = validate({
6363
const errorReport = combineErrors(errorMap);
6464
console.log(JSON.stringify(errorReport, null, 2));
6565

66-
```
66+
```

0 commit comments

Comments
 (0)