Skip to content

Commit 111ba0f

Browse files
committed
Update README.md
1 parent 231f234 commit 111ba0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
### Step 1: Add the CDN Links
2626

27-
Include the following lines in your HTML file to load KromaCSS. Ensure the JavaScript file is loaded as a module for proper functionality.
27+
Include the following lines in your HTML file to load KromaCSS.
2828

2929
```html
3030
<!-- KromaCSS Stylesheet -->
31-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/css/main.css">
31+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/src/css/bundle.css">
3232

33-
<!-- KromaCSS JavaScript (Loaded as Module) -->
34-
<script type="module" src="https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/js/main.js"></script>
33+
<!-- KromaCSS JavaScript -->
34+
<script src="https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/src/js/bundle.js"></script>
3535
```
3636

3737
### Step 2: Add Components
@@ -69,7 +69,7 @@ Each component is designed to be adaptive and responsive, ensuring a seamless ex
6969

7070
## 📦 Latest Version
7171

72-
- **Version**: 1.0.2
72+
- **Version**: 1.0.5
7373
- **Release Date**: November 15, 2024
7474

7575
---

0 commit comments

Comments
 (0)