Skip to content

Commit 3077f10

Browse files
authored
Updated README.md 📝
1 parent a0d1bce commit 3077f10

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
<p align="center">
13-
The easiest way to load scripts / stylesheets to your HTML page
13+
The easiest way to load scripts & stylesheets to your HTML page
1414

1515
<br>
1616
<small> <b><i>Show your support!</i> </b></small>
@@ -39,9 +39,8 @@ How to use <b><i>File Loader</b></i>:
3939
import {FileLoader} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/File-Loader.js@v1.0.0/dist/file-loader.min.js';
4040
async function example_usage(){
4141
try{
42-
let files_to_load = await FileLoader([{url: "https://cdn.jsdelivr.net/gh/MarketingPipeline/IPTV-Parser.js/dist/iptv-parser.min.js", file_type:"js"},
43-
{url: "https://cdn.jsdelivr.net/gh/MarketingPipeline/IPTV-Parser.js/dist/iptv-parser.min.js", file_type:"css"}])
44-
console.log(files_to_load)
42+
let files_to_load = await FileLoader([{url: "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js", file_type:"js"},
43+
{url: "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css", file_type:"css"}])
4544
} catch (error){
4645
console.log(error)
4746
}

0 commit comments

Comments
 (0)