From cdcf8b31b2fd8a8298d78dff2cb3d27a478a0848 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 3 Feb 2021 19:09:39 +0000 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-started.md b/Getting-started.md index 8460139..d81fb3b 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -39,7 +39,7 @@ grunt node > This will package up CyberChef as a NodeJS library. More info on this can be found here: https://github.com/gchq/CyberChef/wiki/Node-API ``` -grunt test +npm test ``` > This will run all the pre-configured tests and output the results to stdout.