Skip to content

Commit e219f93

Browse files
authored
docs: udpate examples README (#3904)
1 parent 7ce63f0 commit e219f93

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ An example should be as minimal as possible and consists of at least:
1111
- A description of what should happen when running the example.
1212
- A `webpack.config.js` file containing the `webpack` configuration for the example app.
1313

14-
## API versus CLI
14+
## API
1515

1616
API examples can be found in the `api` directory. These examples demonstrate how
1717
to access and run `webpack-dev-server` directly in your application / script.
1818

19-
CLI examples can be found in the `cli` directory. These examples demonstrate how
20-
to run `webpack-dev-server` from the command line in your console / terminal.
21-
2219
## Notes
2320

2421
- Each example's `webpack` config is wrapped with `util.setup`; a helper function

0 commit comments

Comments
 (0)