diff --git a/examples/api/start/README.md b/examples/api/start/README.md index cc2c118d24..42d116ecfe 100644 --- a/examples/api/start/README.md +++ b/examples/api/start/README.md @@ -3,7 +3,7 @@ While it's recommended to run `webpack-dev-server` via the CLI, you may also choose to start a server via the API. -This example demonstrates using `start` method. It instructs `webpack-dev-server` instance to stop watching for file changes. +This example demonstrates using `start` method. It instructs `webpack-dev-server` instance to start the server. ```js const Webpack = require("webpack");