diff --git a/CHANGELOG.md b/CHANGELOG.md index af2a01a13e..327a7ab5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # [2.0.0-beta.9](https://github.com/driftyco/ionic/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2016-06-16) + ### Features * **backButton:** register back button actions ([84f37cf](https://github.com/driftyco/ionic/commit/84f37cf)) diff --git a/scripts/npm/README.md b/scripts/npm/README.md index 4bfe824794..8be85c1240 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 import required by the user is `ionic-angular`, as everything from Ionic is exported by the package: ``` - import {App, Page} from 'ionic-angular'; + import {App} from 'ionic-angular'; ``` ### Bundles