diff --git a/readme.md b/readme.md index fe11a1e..9cb2bba 100644 --- a/readme.md +++ b/readme.md @@ -9,10 +9,12 @@ Node v10.15+ ```npm install``` 2) Configure script parameters. (See below) 3) Run the script -```npm start``` +```npm start config.json``` +or +```node index.js config.json``` # Script Configuration -Configuration object *CONFIG* can be found at the top of *index.js* file. Script is configurable using following parameters: +Configuration file *config.json* must be supplied as first argument to the script. Script is configurable using following parameters: Name | Type | Description -----| ---- | -----------