File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ DativeJs is a javascript frameeork for building interactive user interface.
4
4
# [ Installation] ( # )
5
5
``` html
6
6
<!-- development-->
7
- <script src =" https://cdn.jsdelivr.net/gh/Tobithedev/DativeJs @main/dist/dative.js" ></script >
7
+ <script src =" https://cdn.jsdelivr.net/gh/dativeJs/dativejs @main/dist/dative.js" ></script >
8
8
<!-- production-->
9
- <script src =" https://cdn.jsdelivr.net/gh/Tobithedev/DativeJs @main/dist/dative.min.js" ></script >
9
+ <script src =" https://cdn.jsdelivr.net/gh/dativeJs/dativejs @main/dist/dative.min.js" ></script >
10
10
11
11
```
12
12
## [ Usage] ( # )
13
13
``` html
14
14
<div id =" app" ></div >
15
- <script src =" https://cdn.jsdelivr.net/gh/Tobithedev/DativeJs @main/dist/dative.min.js" ></script >
15
+ <script src =" https://cdn.jsdelivr.net/gh/dativeJs/dativejs @main/dist/dative.min.js" ></script >
16
16
<script >
17
17
var app = new Dative ({
18
18
el: " #app" ,
You can’t perform that action at this time.
0 commit comments