From 5bb225c2a5fc38de501d3480c25be0e5c4adc510 Mon Sep 17 00:00:00 2001 From: mielvds Date: Thu, 17 Apr 2014 16:30:11 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6138c37..28e0002 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Command line tool for validating Turtle, Ntriples or N3 documents on syntax and Usage: - npm install n3 - node N3Validator.js + npm install + node N3Validator.js From 887087d693d2ef0d2c7f1715e9d0c9b5ee868ab6 Mon Sep 17 00:00:00 2001 From: mielvds Date: Fri, 18 Apr 2014 17:09:46 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28e0002..9053324 100644 --- a/README.md +++ b/README.md @@ -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: npm install - node N3Validator.js + node TurtleValidator.js