Skip to content

Commit f2aecc7

Browse files
authored
Added npx command
Corrected the webpack command in the README.
1 parent 40c2d8a commit f2aecc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ And an html file named `index.html` containing the following code:
104104
Now your application is ready. Go back to your command line and bundle the javascript file:
105105

106106
```
107-
webpack entry.js
107+
npx webpack entry.js
108108
```
109109

110110
You are all set. You can open your `index.html` file and see the inspector running e.g. `open index.html` on Linux and macOS. It obviously won't be that useful on an empty page but at least you get the integration idea.

0 commit comments

Comments
 (0)