Skip to content

Commit

Permalink
fix(init): update prompt command
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Mar 9, 2019
1 parent 1cab3cb commit c1c0739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
A. **Local setup**

Follow given steps to locally setup `webpack-cli init` by installing dependencies:
1. Create `package.json` through npm.
1. Create `package.json` through npm

```shell
$ npm init
```

2. Install `webpack` and `webpack-cli` as devDependencies.
2. Install `webpack` and `webpack-cli` as devDependencies

```shell
$ npm install --save-dev webpack webpack-cli
Expand All @@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
B. **Global Setup**

Follow following steps to setup `webpack-cli init` globally:
1. Install `webpack` and `webpack-cli` globally.
1. Install `webpack` and `webpack-cli` globally
```shell
$ npm install -g webpack webpack-cli
```
Expand Down

0 comments on commit c1c0739

Please sign in to comment.