Skip to content

Commit 34a9f46

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

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,9 +22,9 @@ 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 script tag](#via-script-tag)
25+
- [Using the script tag](#using-the-script-tag)
2626
* [Via CDN](#via-cdn)
27-
* [Downloading and including it](#downloading-and-including-it)
27+
* [Via download](#via-download)
2828
* [Usage](#usage)
2929
- [Using a bundler](#using-a-bundler)
3030
* [Installation](#installation)
@@ -56,7 +56,7 @@ 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 script tag
59+
#### Using the 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

6262
##### Via CDN
@@ -72,7 +72,7 @@ When loading it via the `<script>` tag, you can either use the CDN version (crea
7272

7373
Now that you've loaded the module, you can finally start using it (create a link).
7474

75-
##### Downloading and including it
75+
##### Via download
7676
1. Create a new folder called `lib` inside your root directory
7777
2. Inside `lib` create a new file and call it *language-encoding.min.js*
7878
3. **Important:** Make sure the encoding of your newly created file is either UTF-8 or UTF-8 with BOM!

0 commit comments

Comments
 (0)