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

Commit de8666a

Browse files
author
Jacob Wenger
committed
Updated version numbers in README
1 parent d524727 commit de8666a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ 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-beta.17/angular.min.js"></script>
21+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.19/angular.min.js"></script>
2222

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

2626
<!-- AngularFire -->
27-
<script src="https://cdn.firebase.com/libs/angularfire/0.8.0/angularfire.min.js"></script>
27+
<script src="https://cdn.firebase.com/libs/angularfire/0.8.2/angularfire.min.js"></script>
2828
```
2929

3030
Use the URL above to download both the minified and non-minified versions of AngularFire from the

0 commit comments

Comments
 (0)