updated Unpkg link (#6929)

...to be the same as the link in the Installation section
This commit is contained in:
Boda 2017-11-29 16:41:13 +00:00 committed by Henry Zhu
parent fba19295b4
commit d731acc351

View File

@ -38,7 +38,7 @@ When loaded in a browser, @babel/standalone will automatically compile and execu
```html ```html
<div id="output"></div> <div id="output"></div>
<!-- Load Babel --> <!-- Load Babel -->
<script src="https://unpkg.com/@babel/standalone@6/babel.min.js"></script> <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<!-- Your custom script here --> <!-- Your custom script here -->
<script type="text/babel"> <script type="text/babel">
const getMessage = () => "Hello World"; const getMessage = () => "Hello World";