Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 2f7560e

Browse files
committed
Correct demo reference in Readme
1 parent 21cea1e commit 2f7560e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ As well as defining `window.System`, this polyfill provides support for the `<sc
9595

9696
Because it is only possible to load ES6 modules with this tag, it is not suitable for production use in this way.
9797

98-
See the [demo folder](https://github.com/ModuleLoader/es6-module-loader/blob/master/demo/index.html) in this repo for a working example demonstrating both module loading the module tag in the browser.
98+
See the [demo folder](https://github.com/ModuleLoader/es6-module-loader/blob/master/demo/index.html) in this repo for a working example demonstrating module loading in the browser both with `System.import` and with the module-type script tag.
9999

100100
#### NodeJS Use
101101

0 commit comments

Comments
 (0)