Skip to content

Commit 15403fb

Browse files
Production-ready
1 parent 16b96b6 commit 15403fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in different visualization tools, such as Tableau, Looker, Power BI, etc.
3232

3333
***
3434

35-
# Configuration:
35+
# Configuration
3636

3737
Edit config.yaml file
3838

@@ -106,13 +106,13 @@ For more information about Jira fields and the structure, see Jira doc: Jira API
106106

107107

108108
# Install
109-
1. download the project using git
110-
2. install npm
111-
2. in the project folder, execute
109+
1. Clone the project using git to your local device
110+
2. install npm tool
111+
2. in the project folder, install all the dependent packages
112112

113113
npm install
114114

115-
# Run
115+
# Run the tool
116116

117117
npm run build
118118
npm run extact
@@ -129,4 +129,4 @@ These flags are the same whether you are using the standalone executable or node
129129

130130
To run the tool with parameters, use the following scheme:
131131

132-
npm run extract -- --i SF/config.yaml
132+
npm run extract -- --i SF/config.yaml

0 commit comments

Comments
 (0)