Merge pull request #98 from OliverJAsh/patch-2

Improve example
This commit is contained in:
Guy Bedford 2014-05-19 08:21:26 -07:00
commit 7491c59bb7

View File

@ -338,7 +338,7 @@ Then include `traceur-runtime.js` (this is found inside traceur's `bin` folder w
<script src="traceur-runtime.js"></script>
<script src="system.js"></script>
<script>
System.paths['app/*'] = 'app-built/*';
System.paths['app/*'] = 'app-built/*.js';
</script>
```