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
|
||||
<div id="output"></div>
|
||||
<!-- 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 -->
|
||||
<script type="text/babel">
|
||||
const getMessage = () => "Hello World";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user