| Index: runtime/bin/vmservice/observatory/HACKING.txt
|
| diff --git a/runtime/bin/vmservice/observatory/HACKING.txt b/runtime/bin/vmservice/observatory/HACKING.txt
|
| index a279e2e4580002f0943150cb923842d422a92e47..eb6e9cdb151778763f3ee3ad2633fe553b5f5bea 100644
|
| --- a/runtime/bin/vmservice/observatory/HACKING.txt
|
| +++ b/runtime/bin/vmservice/observatory/HACKING.txt
|
| @@ -8,7 +8,7 @@ During development you do not need to run dart2js or rebuild the VM (unless
|
| you are also making changes to the backend). While you're working on your
|
| feature follow the steps:
|
|
|
| -1. Open runtime/bin/vmservice/client in the Dart Editor
|
| +1. Open runtime/bin/vmservice/observatory in the Dart Editor
|
| 2. Run pub upgrade
|
| 3. Run dart --observe script.dart
|
| 4. Run index.html in Dartium
|
|
|