diff --git a/packages/marko/docs/installing.md b/packages/marko/docs/installing.md index 179d093a5..8869e66b0 100644 --- a/packages/marko/docs/installing.md +++ b/packages/marko/docs/installing.md @@ -28,7 +28,7 @@ Using the CLI is still the easiest way to get started even when you want to get [Webpack Example](https://github.com/marko-js/examples/tree/master/examples/webpack-express) -CLI Command: `npx @marko/create --template webpack` +CLI Command: `npx @marko/create --template webpack-express` ### Lasso diff --git a/packages/marko/docs/webpack.md b/packages/marko/docs/webpack.md index 54109bf1e..b05fb11a6 100644 --- a/packages/marko/docs/webpack.md +++ b/packages/marko/docs/webpack.md @@ -2,7 +2,7 @@ The [@marko/webpack/loader](https://github.com/marko-js/webpack) loader for [Webpack](https://webpack.github.io/) will automatically compile all imported Marko templates during bundling. In addition, it will automatically bundle any template dependencies (including required CSS). -> **ProTip**: Want to see it in action? Check out the [`marko-webpack`](https://github.com/marko-js/examples/tree/master/examples/webpack-express) demo repository. Or run `npx @marko/create --template webpack` to use this sample as a starting point for a new app. +> **ProTip**: Want to see it in action? Check out the [`marko-webpack`](https://github.com/marko-js/examples/tree/master/examples/webpack-express) demo repository. Or run `npx @marko/create --template webpack-express` to use this sample as a starting point for a new app. ## Installation