updated Unpkg link (#6929)
...to be the same as the link in the Installation section
This commit is contained in:
parent
fba19295b4
commit
d731acc351
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user