Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
Fix examples description
  • Loading branch information
bautrukevich authored May 28, 2019
1 parent ca64d12 commit 093366c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Libraries often wish to rename internal object properties or class members to sm
-h, --help Displays this message
Examples
$ microbundle microbundle --globals react=React,jquery=$
$ microbundle microbundle --define API_KEY=1234
$ microbundle microbundle --alias react=preact
$ microbundle microbundle --no-sourcemap # don't generate sourcemaps
$ microbundle build --globals react=React,jquery=$
$ microbundle build --define API_KEY=1234
$ microbundle build --alias react=preact
$ microbundle build --no-sourcemap # don't generate sourcemaps
```

## 🛣 Roadmap
Expand Down

0 comments on commit 093366c

Please sign in to comment.