Skip to content

Commit

Permalink
fix typo and add --open (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
cntanglijun authored and SpaceK33z committed Feb 25, 2017
1 parent 690df60 commit f996bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/watch-content-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Watching a single directory

```shell
node ../../bin/webpack-dev-server.js --content-base assets --watch-content-base
node ../../bin/webpack-dev-server.js --content-base assets --watch-content-base --open
```

### What should happen
Expand All @@ -29,7 +29,7 @@ module.exports = {
```

```shell
node ../../bin/webpack-dev-server.js --watch-content-base
node ../../bin/webpack-dev-server.js --watch-content-base --open
```

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

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

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

0 comments on commit f996bd4

Please sign in to comment.