aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-04-04 08:57:14 -0700
committerIgor Minar2013-04-04 08:57:25 -0700
commit2ce74e547a3912736910f1b654e383f112a9bae0 (patch)
tree659c650309d8125a1f181bb1e060a249972bb996
parent5e3ee0a99b590cf8d9786df29a94ad8833183cd0 (diff)
downloadangular.js-2ce74e547a3912736910f1b654e383f112a9bae0.tar.bz2
docs($resource): improve installation section
-rw-r--r--src/ngResource/resource.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js
index dd3fe3a6..05818271 100644
--- a/src/ngResource/resource.js
+++ b/src/ngResource/resource.js
@@ -20,12 +20,14 @@
*
* # Installation
* To use $resource make sure you have included the `angular-resource.js` that comes in Angular
- * package. You also can find this stuff in {@link http://code.angularjs.org/ code.angularjs.org}.
+ * package. You can also find this file on Google CDN, bower as well as at
+ * {@link http://code.angularjs.org/ code.angularjs.org}.
+ *
* Finally load the module in your application:
*
* angular.module('app', ['ngResource']);
*
- * and you ready to get started!
+ * and you are ready to get started!
*
* @param {string} url A parametrized URL template with parameters prefixed by `:` as in
* `/user/:username`. If you are using a URL with a port number (e.g.