Skip to content

Commit f40e6e9

Browse files
committed
Merge pull request #75 from seegno/bugfix/readme-dependencies
Update README dependencies
2 parents 25f4166 + 3cb71cf commit f40e6e9

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
@@ -16,7 +16,7 @@ Choose your preferred method:
1616

1717
###### 1. Download `angular-oauth2` dependencies.
1818

19-
* [angular](https://github.com/angular/angular.js)
19+
* [angular](https://github.com/angular/bower-angular)
2020
* [angular-cookies](https://github.com/angular/bower-angular-cookies)
2121
* [query-string](https://github.com/sindresorhus/query-string)
2222

@@ -27,7 +27,7 @@ If you're using `bower` they will be automatically downloaded upon installing th
2727
```html
2828
<script src="<VENDOR_FOLDER>/angular/angular.min.js"></script>
2929
<script src="<VENDOR_FOLDER>/angular-cookies/angular-cookies.min.js"></script>
30-
<script src="<VENDOR_FOLDER>/query-string/query-string.min.js"></script>
30+
<script src="<VENDOR_FOLDER>/query-string/query-string.js"></script>
3131
<script src="<VENDOR_FOLDER>/angular-oauth2/dist/angular-oauth2.min.js"></script>
3232
```
3333

0 commit comments

Comments
 (0)