Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 822a20b

Browse files
committed
Merge pull request #469 from firebase/jw-readme
Updated README for 0.9.0 release
2 parents db28d45 + d01580b commit 822a20b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In order to use AngularFire in your project, you need to include the following f
1818

1919
```html
2020
<!-- AngularJS -->
21-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.0/angular.min.js"></script>
21+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
2222

2323
<!-- Firebase -->
24-
<script src="https://cdn.firebase.com/js/client/1.0.21/firebase.js"></script>
24+
<script src="https://cdn.firebase.com/js/client/2.0.4/firebase.js"></script>
2525

2626
<!-- AngularFire -->
2727
<script src="https://cdn.firebase.com/libs/angularfire/0.8.2/angularfire.min.js"></script>
@@ -33,7 +33,12 @@ Firebase CDN. You can also download them from the
3333
[Firebase](https://www.firebase.com/docs/web/quickstart.html?utm_medium=web&utm_source=angularfire) and
3434
[Angular](https://angularjs.org/) can be downloaded directly from their respective websites.
3535

36-
You can also install AngularFire via Bower and its dependencies will be downloaded automatically:
36+
You can also install AngularFire via npm and Bower and its dependencies will be downloaded
37+
automatically:
38+
39+
```bash
40+
$ npm install angularfire --save
41+
```
3742

3843
```bash
3944
$ bower install angularfire --save
@@ -51,9 +56,8 @@ Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f
5156

5257
## Getting Started with Firebase
5358

54-
AngularFire requires Firebase in order to sync data. You can
55-
[sign up here](https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire) for a free
56-
account.
59+
AngularFire requires Firebase in order to sync data. You can [sign up here for a free
60+
account](https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire).
5761

5862

5963
## Documentation
@@ -94,8 +98,3 @@ update any source files.
9498
You can run the entire test suite via the command line using `grunt test`. To only run the unit
9599
tests, run `grunt test:unit`. To only run the end-to-end [Protractor](https://github.com/angular/protractor/)
96100
tests, run `grunt test:e2e`.
97-
98-
In addition to the automated test suite, there is an additional manual test suite that ensures that
99-
the `$firebaseUser` service is working properly with the authentication providers. These tests can
100-
be run with `grunt test:manual`. Note that you must click "Close this window", login to Twitter,
101-
etc. when prompted in order for these tests to complete successfully.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"package.json"
3232
],
3333
"dependencies": {
34+
"angular": "1.3.x",
3435
"firebase": "2.0.x"
3536
},
3637
"devDependencies": {

0 commit comments

Comments
 (0)