Skip to content

Commit 03bbe9a

Browse files
committed
docs($resource): improve installation section
1 parent 0ef9d54 commit 03bbe9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ngResource/resource.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
*
2121
* # Installation
2222
* To use $resource make sure you have included the `angular-resource.js` that comes in Angular
23-
* package. You also can find this stuff in {@link http://code.angularjs.org/ code.angularjs.org}.
23+
* package. You can also find this file on Google CDN, bower as well as at
24+
* {@link http://code.angularjs.org/ code.angularjs.org}.
25+
*
2426
* Finally load the module in your application:
2527
*
2628
* angular.module('app', ['ngResource']);
2729
*
28-
* and you ready to get started!
30+
* and you are ready to get started!
2931
*
3032
* @param {string} url A parameterized URL template with parameters prefixed by `:` as in
3133
* `/user/:username`. If you are using a URL with a port number (e.g.

0 commit comments

Comments
 (0)