Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ebd8411

Browse files
docs(ComponentRouter): it is unlikely ever to appear on bower or CDN
1 parent f62079d commit ebd8411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/guide/component-router.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ to display list and detail views of Heroes and Crises.
467467

468468
## Install the libraries
469469

470-
It is easier to use [yarn](https://yarnpkg.com) to install the **Component Router** module.
471-
For this guide we will also install AngularJS itself via yarn:
470+
It is easier to use [Yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com) to install the
471+
**Component Router** module. For this guide we will also install AngularJS itself via Yarn:
472472

473473
```bash
474474
yarn init

src/ngComponentRouter/Router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @installation
1212
*
13-
* Currently, the **Component Router** module must be installed via `npm`/`yarn`, it is not yet available
13+
* Currently, the **Component Router** module must be installed via `npm`/`yarn`, it is not available
1414
* on Bower or the Google CDN.
1515
*
1616
* ```bash

0 commit comments

Comments
 (0)