Skip to content

Commit

Permalink
prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Aug 24, 2023
1 parent c0757b2 commit e6126a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If you're not using external import maps (`<script type="injector-importmap" src
<script type="module" src="./hello-world.js"></script>
<script>
// Loading with mapped import specifiers can be done with dynamic imports
import('my-module2');
import("my-module2");
</script>
```

Expand Down

0 comments on commit e6126a8

Please sign in to comment.