Skip to content

Commit 1df9c96

Browse files
authored
Update README.md
1 parent f454e55 commit 1df9c96

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub issues](https://img.shields.io/github/issues/Natuworkguy/UltraHTML)
55
![GitHub last commit](https://img.shields.io/github/last-commit/Natuworkguy/UltraHTML)
66

7-
**Ultra-light UI library for beautiful buttons, tabs, chips, and popups — inspired by Materialize CSS, built from scratch.**
7+
**Ultra-light UI library for beautiful buttons, tabs, chips, popups, dropdowns, switches, and more — inspired by Materialize CSS, built from scratch.**
88

99
> ⚡ Designed for speed.
1010
> 🎨 Styled with love.
@@ -16,8 +16,6 @@
1616

1717
### 1. Add UltraHTML to Your Project
1818

19-
#### ✅ Option A: Clone or Download
20-
2119
```bash
2220
git clone https://github.com/Natuworkguy/UltraHTML.git
2321
````
@@ -26,24 +24,18 @@ Then include the files:
2624

2725
```html
2826
<link rel="stylesheet" href="dist/ultra.css">
29-
<script src="ultra.js" onload="Ultra.init()"></script>
27+
<script src="dist/ultra.js" onload="Ultra.init()"></script>
3028
```
31-
32-
#### 🌐 Option B: CDN (Coming Soon)
33-
34-
UltraHTML will soon be available via jsDelivr/UNPKG!
35-
3629
---
3730

3831
### 2. Use the Components
3932

4033
Here’s a quick taste of what UltraHTML gives you:
4134

4235
```html
43-
<button class="ultra-button button-wave">Click Me</button>
44-
4536
<section class="ultra-section ultra-section-ul cover-only ctr-ul">
4637
Hello, UltraHTML World!
38+
<button class="ultra-button button-wave">Click Me</button>
4739
</section>
4840
4941
<div class="ultra-chip">I'm a chip</div>
@@ -92,6 +84,7 @@ UltraHTML/
9284
├── demo/ # Demo page
9385
├── docs/ # Documentation
9486
├── LICENSE
87+
├── how_to_use.md
9588
└── README.md
9689
```
9790

0 commit comments

Comments
 (0)