@@ -68,14 +68,14 @@ import 'proxicons';
6868Include the stylesheet in your HTML <head >:
6969
7070```` html
71- <link rel = " stylesheet " href =" https://cdn.jsdelivr.net/npm/proxicons@latest /css/proxicons.min.css" >
71+ <link href =" https://cdn.jsdelivr.net/gh/ProgrammerKR/ProXIcons@main /css/proxicons.min.css" rel = " stylesheet " >
7272````
7373
7474
7575Or include the JavaScript for Web Components:
7676
7777```` html
78- <script src =" https://cdn.jsdelivr.net/npm /proxicons@latest /dist/proxicons.min.js" ></script >
78+ <script src =" https://cdn.jsdelivr.net/gh /proxicons@main /dist/proxicons.min.js" ></script >
7979````
8080
8181
@@ -97,7 +97,7 @@ ProXIcons is designed for flexibility, supporting both CSS classes and Web Compo
97971 . Include the ProXIcons stylesheet (via CDN or local file):
9898
9999```` html
100- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm /proxicons@latest /css/proxicons.min.css" >
100+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh /proxicons@main /css/proxicons.min.css" >
101101````
102102
1031032 . Add icons using the px, pxs, pxl classes:
@@ -126,7 +126,7 @@ ProXIcons is designed for flexibility, supporting both CSS classes and Web Compo
126126Include the ProXIcons script:
127127
128128```` html
129- <script src =" https://cdn.jsdelivr.net/npm /proxicons@latest /dist/proxicons.min.js" ></script >
129+ <script src =" https://cdn.jsdelivr.net/gh /proxicons@main /dist/proxicons.min.js" ></script >
130130````
131131
132132Use the <prox-icon > element:
@@ -229,7 +229,7 @@ We love contributions! Whether it's adding new icons, fixing bugs, or improving
2292292 . Clone your fork:
230230
231231```` bash
232- git clone https://github.com/your-username /ProXIcons.git
232+ git clone https://github.com/ProgrammerKR /ProXIcons.git
233233````
234234
2352353 . Install dependencies:
0 commit comments