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

Commit feb8436

Browse files
committed
Merge pull request #624 from firebase/readme_updates
readme updates
2 parents 579c671 + f73990a commit feb8436

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[![Version](https://badge.fury.io/gh/firebase%2Fangularfire.svg)](http://badge.fury.io/gh/firebase%2Fangularfire)
77

88
AngularFire is the officially supported [AngularJS](http://angularjs.org/) binding for
9-
[Firebase](http://www.firebase.com/?utm_medium=web&utm_source=angularfire). Firebase is a full
10-
backend so you don't need servers to build your Angular app.
9+
[Firebase](http://www.firebase.com/?utm_medium=web&utm_source=angularfire). Firebase is a
10+
backend service that provides data storage, authentication, and static website hosting for your Angular app.
1111

1212
AngularFire is a complement to the core Firebase client. It provides you with three Angular
1313
services:
@@ -25,7 +25,7 @@ In order to use AngularFire in your project, you need to include the following f
2525
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
2626

2727
<!-- Firebase -->
28-
<script src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
28+
<script src="https://cdn.firebase.com/js/client/2.2.5/firebase.js"></script>
2929

3030
<!-- AngularFire -->
3131
<script src="https://cdn.firebase.com/libs/angularfire/1.1.1/angularfire.min.js"></script>
@@ -35,7 +35,7 @@ Use the URL above to download both the minified and non-minified versions of Ang
3535
Firebase CDN. You can also download them from the
3636
[releases page of this GitHub repository](https://github.com/firebase/angularfire/releases).
3737
[Firebase](https://www.firebase.com/docs/web/quickstart.html?utm_medium=web&utm_source=angularfire) and
38-
[Angular](https://angularjs.org/) can be downloaded directly from their respective websites.
38+
[Angular](https://angularjs.org/) libraries can be downloaded directly from their respective websites.
3939

4040
You can also install AngularFire via npm and Bower and its dependencies will be downloaded
4141
automatically:
@@ -54,7 +54,7 @@ the `$firebase` service.
5454

5555
## Getting Started with Firebase
5656

57-
AngularFire requires Firebase in order to sync data. You can [sign up here for a free
57+
AngularFire uses Firebase for data storage and authentication. You can [sign up here for a free
5858
account](https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire).
5959

6060

0 commit comments

Comments
 (0)