Skip to content

Commit f04635e

Browse files
authored
Update README.md
1 parent 1d8db40 commit f04635e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feel free to test the functionality of this NPM package [here](https://encoding-
2525
- [Via a `<script>` tag](#via-a---script---tag)
2626
* [Using the CDN version](#using-the-cdn-version)
2727
* [Downloading and including it](#downloading-and-including-it)
28-
* [Usage (Javascript)](#usage--javascript-)
28+
* [Usage](#usage)
2929
- [Using a bundler](#using-a-bundler)
3030
* [Installation](#installation)
3131
* [Usage](#usage-1)
@@ -90,7 +90,7 @@ Now that you've loaded the module, you can finally start using it (create a link
9090
</body>
9191
```
9292

93-
##### Usage (Javascript)
93+
##### Usage
9494
The `<script>` tag exposes the `languageEncoding` function to everything in the DOM that's beneath it. You should have no trouble accessing it in `app.js` by calling the languageEncoding function and passing in the file that you want to analyze as the argument. As you can see in the example below, languageEncoding returns a Promise that you can use to get the encoding, language and confidenc score.
9595

9696
```js

0 commit comments

Comments
 (0)