Skip to content

Commit f996bd4

Browse files
cntanglijunSpaceK33z
authored andcommitted
fix typo and add --open (#814)
1 parent 690df60 commit f996bd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/watch-content-base/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Watching a single directory
44

55
```shell
6-
node ../../bin/webpack-dev-server.js --content-base assets --watch-content-base
6+
node ../../bin/webpack-dev-server.js --content-base assets --watch-content-base --open
77
```
88

99
### What should happen
@@ -29,7 +29,7 @@ module.exports = {
2929
```
3030

3131
```shell
32-
node ../../bin/webpack-dev-server.js --watch-content-base
32+
node ../../bin/webpack-dev-server.js --watch-content-base --open
3333
```
3434

3535
### What should happen
@@ -38,4 +38,4 @@ The script should open `http://localhost:8080/`. In the app you should see "Does
3838

3939
In your editor, edit `assets/index.html`, and save your changes. The app should reload.
4040

41-
In your editor, edit `css/styles.csss`, and save your changes. The app should reload.
41+
In your editor, edit `css/styles.css`, and save your changes. The app should reload.

0 commit comments

Comments
 (0)