From 6a94a53a703150f5ad57b3de5bb6fff4e462e2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Cioc=C3=AErlan?= Date: Mon, 11 May 2020 23:10:00 +0300 Subject: [PATCH] fix: some wording (#339) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be2df1f..53b52cc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -As vue-loader is for webpack and vueify is for browserify, similarly its for rollup. As we know, webpack and browserify concat stuff and make it runnable in browser. Its difficult to share .vue components. **Now roll your [Vue](http://vuejs.org/) components.** +As vue-loader is for webpack and vueify is for browserify, so is this for rollup. As we know, webpack and browserify concat stuff and make it runnable in the browser. It's difficult to share .vue components. **Now roll your [Vue](http://vuejs.org/) components.** With rollup you can break your application into reusable modules.