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

Update README.md #155

Merged
merged 1 commit into from
Nov 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Simple example
===

Example bundling an UMD package with one `vue` file and exporting stylus and CSS (both minified and unminified) to different files.
Example bundling an UMD package with one `.vue` file and exporting Stylus and CSS (both minified and unminified) to different files.

## Building

Expand All @@ -13,7 +13,7 @@ node build.js
ls dist
```

### With rollup cli
### With Rollup CLI

```
cd example
Expand Down