Skip to content

Commit a6b5ddb

Browse files
authored
Update README.md
1 parent a987c11 commit a6b5ddb

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
@@ -55,7 +55,7 @@ In the body section of your html file, create an input element of type `file` an
5555
</body>
5656
```
5757

58-
Next, load the module either via a `<script>` tag (create a link) or by using bundler (create a link)!
58+
Next, load the module either by [using the script tag](#using-the-script-tag) or by [using a bundler](#using-a-bundler)!
5959

6060
#### Using the script tag
6161
When loading it via the `<script>` tag, you can either use the CDN version (create a link) or download the code itself and include it in your project (create a link). The easiest and fastest to start with is using the CDN version (create a link). If you want to be able to use it offline, download and include it (create a link)!

0 commit comments

Comments
 (0)