File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ Now that you've loaded the module, you can [start using it](#usage-1).
7575
7676##### Via download
77771 . Create a new folder called ` lib ` inside your root directory
78- 2 . Inside ` lib ` create a new file and call it * language-encoding.min.js*
78+ 2 . Inside ` lib ` create a new file and call it ` language-encoding.min.js `
79793 . ** Important:** Make sure the encoding of your newly created file is either UTF-8 or UTF-8 with BOM!
80804 . 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.
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.
8383
8484``` js
8585// index.html
You can’t perform that action at this time.
0 commit comments