Skip to content

Commit

Permalink
updated repo name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Dimond committed Aug 24, 2014
1 parent f7440d7 commit 60a5a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ promise.then(function(result) {
If you'd like to contribute to GeoFire, you'll need to run the following commands to get your environment set up:

```bash
$ git clone https://github.com/firebase/geofire.git
$ cd geofire # go to the geofire directory
$ git clone https://github.com/firebase/geofire-js.git
$ cd geofire-js # go to the geofire directory
$ npm install -g gulp # globally install gulp task runner
$ npm install -g bower # globally install Bower package manager
$ npm install # install local npm build / test dependencies
Expand All @@ -385,4 +385,4 @@ $ gulp watch # watch for source file changes

`gulp watch` will watch for changes in the `/src/` directory and lint, concatenate, and minify the source files when a change occurs. The output files - `geofire.js` and `geofire.min.js` - are written to the `/dist/` directory.

You can run the test suite by navigating to `file:///path/to/geofire/tests/index.html` or via the command line using `gulp test`.
You can run the test suite by navigating to `file:///path/to/geofire-js/tests/index.html` or via the command line using `gulp test`.

0 comments on commit 60a5a0c

Please sign in to comment.