Update examples/without-a-bundler/index.html

Co-Authored-By: alexcrichton <alex@alexcrichton.com>
This commit is contained in:
Nick Fitzgerald 2019-03-05 12:30:47 -06:00 committed by GitHub
parent 6c86d23836
commit 59e88449b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
</head> </head>
<body> <body>
<!-- Note the usage of `type=module` here as this is an ES6 module --> <!-- Note the usage of `type=module` here as this is an ES6 module -->
<script type=module> <script type="module">
// Use ES module import syntax to import functionality from the module // Use ES module import syntax to import functionality from the module
// that we have compiled. // that we have compiled.
// //