Skip to content

Commit 0b36740

Browse files
authored
Update README.md
1 parent f04635e commit 0b36740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Feel free to test the functionality of this NPM package [here](https://encoding-
2222
* [Index](#index)
2323
* [Usage](#usage)
2424
+ [In the browser](#in-the-browser)
25-
- [Via a `<script>` tag](#via-a---script---tag)
26-
* [Using the CDN version](#using-the-cdn-version)
25+
- [Via script tag](#via-script-tag)
26+
* [Via CDN](#via-cdn)
2727
* [Downloading and including it](#downloading-and-including-it)
2828
* [Usage](#usage)
2929
- [Using a bundler](#using-a-bundler)
@@ -56,10 +56,10 @@ In the body section of your html file, create an input element of type `file` an
5656

5757
Next, load the module either via a `<script>` tag (create a link) or by using bundler (create a link)!
5858

59-
#### Via a `<script>` tag
59+
#### Via script tag
6060
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)!
6161

62-
##### Using the CDN version
62+
##### Via CDN
6363
```js
6464
// index.html
6565

0 commit comments

Comments
 (0)