Skip to content

Commit

Permalink
Add name option to iife example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
couchand committed Feb 18, 2018
1 parent ea6fe6a commit 55a8ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ For browsers:

```bash
# compile to a <script> containing a self-executing function
$ rollup main.js --output.format iife --output.file bundle.js
$ rollup main.js --output.format iife --name "myBundle" --output.file bundle.js
```

For Node.js:
Expand Down

0 comments on commit 55a8ddf

Please sign in to comment.