Skip to content

Commit 81779d6

Browse files
authored
Updated #this
1 parent 12d1655 commit 81779d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ DativeJs is a javascript frameeork for building interactive user interface.
44
# [Installation](#)
55
```html
66
<!--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>
88
<!--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>
1010

1111
```
1212
## [Usage](#)
1313
```html
1414
<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>
1616
<script>
1717
var app = new Dative({
1818
el: "#app",

0 commit comments

Comments
 (0)