diff --git a/scripts/README.md b/scripts/README.md index c43b0ea196..6c93576df2 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 diff --git a/scripts/npm/README.md b/scripts/npm/README.md index c04e8eff8d..597c4d67ca 100644 --- a/scripts/npm/README.md +++ b/scripts/npm/README.md @@ -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 @@ -20,7 +20,7 @@ Minified and unminified CommonJS and System.register module format bundles, as w ### Installation and More -To use Ionic 2, we recommend installing and utilizing the Ionic CLI which will help you create pre-configured Ionic apps. +To use Ionic 2, we recommend installing and utilizing the Ionic CLI which will help you create pre-configured Ionic apps. For full instructions on using Ionic 2, please visit the [Ionic 2 Documentation](http://ionicframework.com/docs/v2/)