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

Commit b63b6b6

Browse files
author
jwngr
committed
Updated README
1 parent 8cec2e9 commit b63b6b6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

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

2323
```html
2424
<!-- AngularJS -->
25-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
25+
<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.2/firebase.js"></script>
28+
<script src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
2929

3030
<!-- AngularFire -->
3131
<script src="https://cdn.firebase.com/libs/angularfire/1.0.0/angularfire.min.js"></script>
@@ -51,12 +51,6 @@ $ bower install angularfire --save
5151
Once you've included AngularFire and its dependencies into your project, you will have access to
5252
the `$firebase` service.
5353

54-
You can also start hacking on AngularFire in a matter of seconds on
55-
[Nitrous.IO](https://www.nitrous.io/?utm_source=github.com&utm_campaign=angularfire&utm_medium=hackonnitrous):
56-
57-
[![Hack firebase/angularfire on
58-
Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=firebase%2Fangularfire&file_to_open=README.md)
59-
6054

6155
## Getting Started with Firebase
6256

0 commit comments

Comments
 (0)