Skip to content

Commit 716f738

Browse files
committed
update readme
1 parent 9c3e6df commit 716f738

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# VueFire
22

3+
> Vue.js binding for Firebase.
4+
35
## Installation
46

57
1. If included as global `<script>`: will install automatically if global `Vue` is present.
@@ -11,7 +13,7 @@
1113
<!-- Firebase -->
1214
<script src="https://cdn.firebase.com/js/client/2.4.2/firebase.js"></script>
1315
<!-- VueFire -->
14-
<script src="https://cdn.firebase.com/libs/vuefire/0.1.0/vuefire.min.js"></script>
16+
<script src="https://cdn.jsdelivr.net/vuefire/1.0.0/vuefire.min.js"></script>
1517
</head>
1618
```
1719

0 commit comments

Comments
 (0)