chore(): update READMEs to new package name

This commit is contained in:
Tim Lancina
2016-03-01 18:06:33 -06:00
parent 8eab9466f7
commit 8faba7d5d2
2 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ From `ionic` directory:
From your app directory:
1. `npm link ionic-framework`
1. `npm link ionic-angular`
2. `ionic serve` or `ionic run` or `ionic emulate`
To remove the linked version of `ionic-framework` do `npm rm ionic-framework`, and then reinstall using `npm install ionic-framework`.
To remove the linked version of `ionic-angular` do `npm rm ionic-angular`, and then reinstall using `npm install ionic-angular`.
### Running Snapshot

View File

@ -11,7 +11,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
Usually, the only Javascript file required by the user is `ionic.js`, as everything from Ionic can be imported from this file:
```
import {App, Page} from 'ionic-framework/ionic';
import {App, Page} from 'ionic-angular';
```
### Bundles