Skip to content

Commit 16e7a72

Browse files
bertdayznck
authored andcommitted
Update README.md (vuejs#154)
Various grammar and style suggestions
1 parent ddb394d commit 16e7a72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ sidebar: false
3636
</p>
3737

3838
## Introduction
39-
`rollup-plugin-vue` is a plugin for Rollup that can transform Vue components in following format into a plain Javascript module:
39+
`rollup-plugin-vue` is a plugin for Rollup that can transform Vue components in the following format into a plain JavaScript module:
4040

4141
<div class="text-xs-center" align="center" style="margin: 0 20px">
4242
<img src="./assets/images/vue-component.png">
4343
</div>
4444

4545
There are many cool features provided by `rollup-plugin-vue`:
46-
- ES2015 enabled by default;
47-
- Builtin support for sass, less and stylus for `<style>`;
48-
- Builtin support for pug for `<template>`
46+
- ES2015 enabled by default
47+
- Built-in support for Sass, Less and Stylus for `<style>`
48+
- Built-in support for Pug for `<template>`
4949

50-
In a nutshell, the combination of Rollup and rollup-plugin-vue gives you a modern, flexible and extremely powerful workflow authoring Vue.js components & plugins.
50+
In a nutshell, the combination of Rollup and `rollup-plugin-vue` gives you a modern, flexible, and extremely powerful workflow for authoring Vue.js components & plugins.
5151

5252
<p class="tip">
5353
This plugin is best for authoring component modules and plugins. Use webpack and [vue-loader](http://vue-loader.vuejs.org) for authoring Vue.js applications.

0 commit comments

Comments
 (0)