Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 21e4005

Browse files
typo
1 parent 3e67979 commit 21e4005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ All further examples assume `firebase` has been required.
5151
Also, all functions support promises, but we're leaving out the `.then()` stuff for brevity where it doesn't add value.
5252

5353
### setValue
54-
Data is stored as JSON data at a specific path (which is appended to the URL you passed to `init`.
54+
Data is stored as JSON data at a specific path (which is appended to the URL you passed to `init`).
5555
If you want to add data to a known path use this, otherwise use `push` (see below).
5656

5757
The plugin will take care of serializing JSON data to native data structures.
@@ -75,7 +75,7 @@ The plugin will take care of serializing JSON data to native data structures.
7575
```
7676

7777
### push
78-
This function will store a JSON object at path `<Firebase URL>/push/users/<Generated Key>`
78+
This function will store a JSON object at path `<Firebase URL>/users/<Generated Key>`
7979

8080
```js
8181
firebase.push(
@@ -150,4 +150,4 @@ or start a geny emulator first and do: `tns run android`
150150

151151

152152
## Credits
153-
The starting point for this plugin was [this great Gist](https://gist.github.com/jbristowe/c89a7bcae7fc9a035ee7) by [John Bristowe](https://github.com/jbristowe).
153+
The starting point for this plugin was [this great Gist](https://gist.github.com/jbristowe/c89a7bcae7fc9a035ee7) by [John Bristowe](https://github.com/jbristowe).

0 commit comments

Comments
 (0)