diff --git a/src/guide/installation.md b/src/guide/installation.md index e48c342023..f2d7fcac97 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -30,7 +30,7 @@ For production, we recommend linking to a specific version number and build to a ## NPM -NPM is the recommended installation method when building large scale applications with Vue. It pairs nicely with module bundlers such as [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/). Vue also provides accompanying tools for authoring [Single File Components](../guide/single-file-component.html). +NPM is the recommended installation method when building large scale applications with Vue. It pairs nicely with module bundlers such as [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/). Vue also provides accompanying tools for authoring [Single File Components](../guide/single-file-component.html). ```bash # latest stable