diff --git a/TOOLS_DART.md b/TOOLS_DART.md index 6eb34fe9a0..c61b97c25d 100644 --- a/TOOLS_DART.md +++ b/TOOLS_DART.md @@ -21,7 +21,7 @@ By default the debugging tools are disabled. Enable the debugging tools as follows: ```dart -import 'package:angular2/tools.dart'; +import 'package:angular2/platform/browser.dart'; main() async { var appRef = await bootstrap(Application);