Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use it, add a script tag like this:
<script id=no-loader
data-legacy=/path/to/non-es6-version.js
data-timeout=60000
src=https://npmcdn.com/no-loader@latest/index.min.js></script>
src=https://unpkg.com/no-loader@latest/index.min.js></script>
```

Then insert your app's script tag pointing to the modern version of your code.
Expand Down