Skip to content

Commit

Permalink
updating readme file to reflect change to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andreihq committed May 31, 2019
1 parent c694a35 commit bf77075
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----| ---- | -----------
Expand Down

0 comments on commit bf77075

Please sign in to comment.