From f1ef8b783741c52186e0b4e5918c7a20f4ecff61 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 31 Dec 2020 16:27:08 +0100 Subject: [PATCH] Fixed typo --- exporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter.js b/exporter.js index f2686f1..90258c1 100644 --- a/exporter.js +++ b/exporter.js @@ -6,7 +6,7 @@ if(args.includes("--help")){ --help: View this help page --recursive: Include all dependencies' subdependencies --json: Exports the license information into ./licenses.json as json - --md: Exports the license information into ./licenses.md as markdow`); + --md: Exports the license information into ./licenses.md as markdown`); } function parsePackageInfo(path) {