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.