Update README.md
This commit is contained in:
parent
5bb225c2a5
commit
887087d693
|
@ -1,9 +1,9 @@
|
||||||
N3Validator
|
TurtleValidator
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Command line tool for validating Turtle, Ntriples or N3 documents on syntax and XSD datatype errors.
|
Command line tool for validating Turtle and Ntriples documents on syntax and XSD datatype errors.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
node N3Validator.js <path-to-file>
|
node TurtleValidator.js <path-to-file>
|
||||||
|
|
Loading…
Reference in New Issue