Skip to content

Commit fab4992

Browse files
committed
use h2 for header
1 parent 3f9244c commit fab4992

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ Simple node.js commandline or terminal interface to execute cli commands from no
33

44
using _node-command-line_ you can run commands synchronously/asynchronously and get the output as a promise.
55

6-
#Method
6+
<!--## Install the package-->
7+
<!--```-->
8+
<!--$ npm install --save node-command-line-->
9+
<!--```-->
10+
11+
##Method
712

813
| method | argument | functionality |
914
|---|---|---|
1015
| run | command | run command synchronously/asynchronously based on using yield
1116

1217

13-
#Examples
18+
##Examples
1419

1520
Inject the dependencies
1621

0 commit comments

Comments
 (0)