Skip to content

Commit

Permalink
Fixed importmap snippet (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurer2 committed Mar 10, 2021
1 parent 895ebaf commit f9b43bc
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 @@ -161,7 +161,7 @@ Say `main.js` depends on loading `'lodash'`, then we can define an import map:
}
</script>
<!-- Alternatively:
<script type="systemjs-importmap" src="path/to/map.json" crossorigin="anonymous">
<script type="systemjs-importmap" src="path/to/map.json" crossorigin="anonymous"></script>
-->
<script type="systemjs-module" src="/js/main.js"></script>
```
Expand Down

0 comments on commit f9b43bc

Please sign in to comment.