Skip to content

Commit

Permalink
Update examples/without-a-bundler/index.html
Browse files Browse the repository at this point in the history
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
  • Loading branch information
fitzgen and alexcrichton committed Mar 5, 2019
1 parent 6c86d23 commit 59e8844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/without-a-bundler/index.html
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<!-- 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
// that we have compiled.
//
Expand Down

0 comments on commit 59e8844

Please sign in to comment.