Skip to content

Commit b7029a6

Browse files
docs: fix README icon
1 parent 341fc62 commit b7029a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A TypeScript-based scripting language with **inline type annotations** for modern web development. State management without the boilerplate.
44
5-
## 🚀 What is JistScript?
5+
## ⚡️ What is JistScript?
66

77
JistScript is a simple, powerful scripting language that compiles to JavaScript. It's designed for **data-centric applications** with built-in state management and inline type annotations.
88

@@ -122,7 +122,7 @@ setTags([1, 2, 3]);
122122
### 📊 Complete Type System
123123

124124
```javascript
125-
// All supported types
125+
// All supported types //
126126
const [str, setStr] = useState:String("text");
127127
const [num, setNum] = useState:Number(42);
128128
const [bool, setBool] = useState:Boolean(false);

0 commit comments

Comments
 (0)