Skip to content

Commit 3df376d

Browse files
committed
readme
1 parent f821130 commit 3df376d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
var vm = new Vue({
1919
el: '#demo',
2020
firebase: {
21-
// bind as an object
21+
// simple syntax, bind as an object
2222
anObject: new Firebase('url/to/my/object'),
23-
// bind as an array
23+
// full syntax
2424
anArray: {
2525
// the source can be either a ref or a query
2626
source: new Firebase('url/to/my/list').limitToLast(25),
27+
// bind as an array
2728
asArray: true,
2829
// optionally provide the cancelCallback
2930
cancelCallback: function () {}

0 commit comments

Comments
 (0)