From a8f4c98db60941306d29fa759d0c65221e778314 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 30 Sep 2021 15:47:12 +0530 Subject: [PATCH] docs: udpate examples README --- examples/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index 0604c87d0e..2fd15a53ed 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,14 +11,11 @@ An example should be as minimal as possible and consists of at least: - A description of what should happen when running the example. - A `webpack.config.js` file containing the `webpack` configuration for the example app. -## API versus CLI +## API API examples can be found in the `api` directory. These examples demonstrate how to access and run `webpack-dev-server` directly in your application / script. -CLI examples can be found in the `cli` directory. These examples demonstrate how -to run `webpack-dev-server` from the command line in your console / terminal. - ## Notes - Each example's `webpack` config is wrapped with `util.setup`; a helper function