Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #67 from miclaus/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Daniel15 authored Nov 8, 2016
2 parents 6f09041 + 9cee07d commit 03ada95
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 @@ -48,7 +48,7 @@ document.getElementById('output').innerHTML = getMessage();

You can use the `data-plugins` and `data-presets` attributes to specify the Babel plugins/presets to use:
```html
<script type="text/babel" data-presets="es2015,stage2">
<script type="text/babel" data-presets="es2015,stage-2">
```
Loading external scripts via `src` attribute is supported too:
Expand Down

0 comments on commit 03ada95

Please sign in to comment.