From 1494bb53714455e4c1e4c338dab6a544e9858c76 Mon Sep 17 00:00:00 2001 From: PanMan Date: Wed, 30 Mar 2022 11:16:33 +0200 Subject: [PATCH] generate doesnt work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2197cf3..67e0e60 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are many other ways to generate HAR files so go crazy. Google is your frie ## Step 2 - Generate request/response examples Start by copying `config.json.template` to `config.json`. Once you have a valid config.json file, run ``` bash -node index.js generate outputFilename.json inputHarFile1.json inputHarFile2.json inputHarFile3.json... +node index.js examples outputFilename.json inputHarFile1.json inputHarFile2.json inputHarFile3.json... ``` This command consumes one or more HAR files and outputs an OAS file. A few additional files are created for your convenience: