Updated Getting started (markdown)

n1474335 2021-02-03 19:09:39 +00:00
parent 6c6a69b57c
commit cdcf8b31b2

@ -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 > 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. > This will run all the pre-configured tests and output the results to stdout.