Skip to content

Commit 73fe52a

Browse files
committed
more wordsmiths
1 parent 20d6dd7 commit 73fe52a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ Usage
1515
Define your paths in one place (hey, this looks like a route config):
1616

1717
```js
18-
var FirebaseSchema = require('FirebaseSchema');
1918
var Firebase = require('firebase');
19+
var FirebaseSchema = require('firebase-schema');
20+
var { string, number, boolean, list, hash, index, key } = FirebaseSchema.Types;
21+
2022
var HOST = 'http://example.firebaseio.com';
2123

2224
// pass in Firebase so you can use this on the server or client

0 commit comments

Comments
 (0)