From 3d67a86b9bf3ed335cd562380c11aa8c76b1b548 Mon Sep 17 00:00:00 2001 From: Sam Jacoby Date: Fri, 12 Nov 2021 09:20:11 -0500 Subject: [PATCH] more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326561c..6e6b4df 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can use a test document to start that's public to everyone. It will ask you ## Tests -A full shared test suite is included from the [archieml.org](https://github.com/newsdev/archieml.org) repository, under `/test`. After running `npm install`, initialize the shared test submodules (`git submodule init && git submodule update`) and `nodeunit` to execute the tests. +A full shared test suite is included from the [archieml.org](https://github.com/newsdev/archieml.org) repository, under `/test`. After running `npm install`, initialize the shared test submodules (`git submodule init && git submodule update`) and `npm run test` to execute the tests. ## Changelog