You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ In the body section of your html file, create an input element of type `file` an
58
58
Next, load the module either by [using the script tag](#using-the-script-tag) or by [using a bundler](#using-a-bundler)!
59
59
60
60
#### Using the script tag
61
-
When loading it via the `<script>` tag, you can either use the [CDN version](#cdn-version) or [download the code itself and include it in your project](#via-download). The easiest and fastest to start with is using the [CDN version](#cdn-version). If you want to be able to use it offline, [download and include it](#via-download)!
61
+
When loading it via the `<script>` tag, you can either use the CDN version or download the code itself and include it in your project. The easiest and fastest to start with is using the [CDN version](#cdn-version). If you want to be able to use it offline, [download and include it](#via-download)!
0 commit comments