Skip to content

Commit 44685e6

Browse files
docs: improve README marketing copy — add CI/CD examples, alternatives comparison, fix npm install placement
1 parent c5a30f4 commit 44685e6

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ scoop bucket add Coding-Dev-Tools https://github.com/Coding-Dev-Tools/scoop-buck
3737
scoop install json2sql
3838
```
3939

40+
**npm (Node.js wrapper):**
41+
```bash
42+
npm install -g json2sql-cli
43+
```
44+
Then run: `json2sql --help`
45+
4046
## Quick Start
4147

4248
```bash
@@ -116,13 +122,3 @@ json2sql is one of eight tools in the Revenue Holdings suite. One license covers
116122
## License
117123

118124
MIT
119-
120-
121-
122-
## Install via npm
123-
124-
```bash
125-
npm install -g json2sql-cli
126-
```
127-
128-
Then run: `json2sql --help`

0 commit comments

Comments
 (0)