Skip to content

Commit aa55186

Browse files
author
codegram01
authored
Update README.md
1 parent dd4ed14 commit aa55186

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Smallest Javascript framework. The only Javascript Framework you can understand.
44
GramJs only have 100 line code and 3 function.
55

6-
Check example at folder demo
6+
Check example at folder demo or [watch demo video](https://youtu.be/ZJCYPME4gAE)
77

8-
[Video when i create]()
8+
[Video when i create](https://youtu.be/ZJCYPME4gAE)
99

1010
## Usage
1111
- Just copy file gram.js and add to your project
@@ -29,9 +29,11 @@ ops:
2929
### function ref(value) {}
3030
ref create reactive value.
3131

32-
Create value: const myVal = ref("Hello World")
33-
Get value: myVal.value
34-
Change value: myVal.value = "Something"
32+
Create value: const myVal = ref("Hello World").
33+
34+
Get value: myVal.value.
35+
36+
Change value: myVal.value = "Something".
3537

3638
you bind ref value to html element like this
3739
```javascript
@@ -76,4 +78,4 @@ But in Array and object reactive is hard to detect when value change and update
7678

7779
## Contribute
7880
- fork, update, merge, open issue is happy
79-
- [Subscribe my Youtube](https://www.youtube.com/@WingramOrg)
81+
- [Subscribe my Youtube](https://www.youtube.com/@WingramOrg)

0 commit comments

Comments
 (0)