Skip to content

Commit 8d37774

Browse files
authored
Update README.md
1 parent 400aad1 commit 8d37774

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
@@ -8,10 +8,10 @@ Remove console statements(configurable) from the webpack build
88
To begin, you'll need to install `remove-console-loader`:
99

1010
```console
11-
npm i remove-console-loader --save-dev
11+
npm i -D remove-console-loader
1212
```
1313

14-
**app.js**
14+
**src/index.js**
1515

1616
```js
1717
const someVar = "Hello World";
@@ -40,4 +40,4 @@ module.exports = {
4040
};
4141
```
4242

43-
Finally run `webpack` via your preferred method.
43+
Finally run `webpack` via your preferred method.

0 commit comments

Comments
 (0)