Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 988089b

Browse files
committed
Update README.md
1 parent 2bad59a commit 988089b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ With rollup you can break your application into reusable modules.
2727
</a>
2828
</p>
2929

30-
### Installation
30+
## Installation
3131
[Node](http://nodejs.org/) and [Rollup](http://rollupjs.org) are required.
3232
```
3333
npm install --save-dev rollup-plugin-vue
3434
```
3535

36-
### Usage
36+
## Usage
3737

3838
```js
3939
import {rollup} from 'rollup';
@@ -45,7 +45,7 @@ rollup({
4545
});
4646
```
4747

48-
### Development milestones
48+
## Development milestones
4949
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
5050
- [ ] Include style.
5151
- [ ] Trans-compiler for script: coffee etc.

0 commit comments

Comments
 (0)