Skip to content

Commit bb2b4b2

Browse files
author
Rahul Singh
committed
readme update
1 parent c50b0a3 commit bb2b4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ How To Start
1313

1414
The simplest way to get started is to use `npx`:
1515

16-
###npx
16+
#### npx
1717
```bash
1818
npx create-nodejs-structure node_demo
1919
cd node_demo
@@ -24,14 +24,14 @@ npm start
2424
npx comes with npm 5.2+ and higher, see instructions for older npm versions
2525

2626

27-
###npm
27+
#### npm
2828
```bash
2929
npm init nodejs-structure <project name>
3030
```
3131
npm init <initializer> is available in npm 6+
3232

3333

34-
###yarn
34+
#### yarn
3535
```bash
3636
yarn create nodejs-structure <project name>
3737
```

0 commit comments

Comments
 (0)