diff --git a/CHANGELOG.md b/CHANGELOG.md index 4121a6aaa0..08e8a5d960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,7 +144,7 @@ class myApp { and the same example (in JavaScript): ```javascript -import {ViewChild} from 'angular2/core'; +import {ViewChild} from '@angular/core'; @App({ templateUrl: 'build/app.html',