Skip to content

Commit

Permalink
Minor change to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobawenger committed Sep 4, 2014
1 parent 4c198a3 commit 7cccee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ the location pointed to by `firebaseRef`. Note that this `firebaseRef` can point

```JavaScript
// Create a Firebase reference where GeoFire will store its information
var firebaseRef = new Firebase("https://<my_firebase>.firebaseio.com/");
var firebaseRef = new Firebase("https://<your-firebase>.firebaseio.com/");

// Create a GeoFire index
var geoFire = new GeoFire(firebaseRef);
Expand All @@ -119,7 +119,7 @@ var geoFire = new GeoFire(firebaseRef);
Returns the `Firebase` instance used to create this `GeoFire` instance.

```JavaScript
var firebaseRef = new Firebase("https://<my_firebase>.firebaseio.com/");
var firebaseRef = new Firebase("https://<your-firebase>.firebaseio.com/");
var geoFire = new GeoFire(firebaseRef);

var ref = geoFire.ref(); // ref === firebaseRef
Expand Down

0 comments on commit 7cccee7

Please sign in to comment.