Skip to content

Commit

Permalink
update readme for 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Jul 31, 2014
1 parent 675d6df commit 50f305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install the npm package, and include `node_modules/es6-micro-loader/src/window-s
Once `System` is available in a page, you can load the transpiled modules, where no order is required. E.g.:

```html
<script src="path/to/window-loader.js"></script>
<script src="path/to/es6-micro-loader/dist/loader.js"></script>
<script src="path/to/named/foo.js"></script>
<script src="path/to/named/bar.js"></script>
<script src="path/to/named/baz.js"></script>
Expand Down

0 comments on commit 50f305a

Please sign in to comment.