From 1ddb1fc23b563766b8594a2eb467eba1a5a340de Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Mon, 16 Sep 2013 13:25:47 -0400 Subject: [PATCH] Update test command in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc9950..ab75a78 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ https://github.com/json-ld/json-ld.org Then run the jsonld-tests.php application and point it at the directory containing the tests. - php jsonld-tests.php -d {PATH_TO_JSON_LD_ORG/test-suite/tests} + phpunit test.php -d {PATH_TO_JSON_LD_ORG/test-suite} [PHP]: http://php.net [JSON-LD]: http://json-ld.org/