Skip to content

Commit

Permalink
docs: fix SystemJS url in tutorial (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 23, 2020
1 parent 530e259 commit 399bbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-tutorial.md
Expand Up @@ -408,7 +408,7 @@ And then load either or both entry points in an HTML page as needed:

```html
<!doctype html>
<script src="node_modules/systemjs/dist/system-production.js"></script>
<script src="node_modules/systemjs/dist/s.min.js"></script>
<script>
System.import('./dist/main2.js')
.then(({ default: main }) => main());
Expand Down

0 comments on commit 399bbf4

Please sign in to comment.