Skip to content

Commit c209f6b

Browse files
committed
#1 document the addValue() function and the callback for on(), which were missing from API docs.
1 parent 9064e14 commit c209f6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ utilize the following:
8989
var index = new FirebaseIndex(fb.child('users/789/friend_list'), function(key) { return fb.child('users/'+key+'/name'); } );
9090
```
9191

92-
9392
You can use FirebaseIndex in node.js as well:
9493

9594
```javascript

0 commit comments

Comments
 (0)