We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abc095 commit 6be8f4aCopy full SHA for 6be8f4a
README.md
@@ -79,7 +79,7 @@ Now that you've loaded the module, you can [start using it](#usage-1).
79
3. Make sure the encoding of your newly created file is either `UTF-8` or `UTF-8 with BOM` before proceeding!
80
4. Go to https://unpkg.com/detect-file-encoding-and-language/umd/language-encoding.min.js and copy the code
81
5. Paste it into `language-encoding.min.js` and save it
82
-6. Use the code below to load `language-encoding.min.js` via a `<script>` tag.
+6. Use the code below to load `language-encoding.min.js` via the `<script>` tag.
83
84
```js
85
// index.html
0 commit comments