docs(ComponentRouter): it is unlikely ever to appear on bower or CDN

This commit is contained in:
Peter Bacon Darwin
2016-11-28 10:38:32 +00:00
parent aadee894da
commit d003ec1d41
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -467,8 +467,8 @@ to display list and detail views of Heroes and Crises.
## Install the libraries
It is easier to use [yarn](https://yarnpkg.com) to install the **Component Router** module.
For this guide we will also install AngularJS itself via yarn:
It is easier to use [Yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com) to install the
**Component Router** module. For this guide we will also install AngularJS itself via Yarn:
```bash
yarn init
+1 -1
View File
@@ -10,7 +10,7 @@
*
* @installation
*
* Currently, the **Component Router** module must be installed via `npm`/`yarn`, it is not yet available
* Currently, the **Component Router** module must be installed via `npm`/`yarn`, it is not available
* on Bower or the Google CDN.
*
* ```bash