| Index: third_party/pkg/angular/demo/todo/README.md
|
| diff --git a/third_party/pkg/angular/demo/todo/README.md b/third_party/pkg/angular/demo/todo/README.md
|
| index 8293ff73eb8e9d8ec0ee0d51c604a945ea508b19..dac21f88590497a186b68eaf8af544c3b4c4af7a 100644
|
| --- a/third_party/pkg/angular/demo/todo/README.md
|
| +++ b/third_party/pkg/angular/demo/todo/README.md
|
| @@ -9,13 +9,13 @@ Getting up and running
|
|
|
| To run this demo, first clone the entire Angular.dart repository.
|
|
|
| -Then, run pub install in this directory:
|
| +Then, run ``pub serve`` in this directory:
|
|
|
| ```
|
| -$ cd demo/todo; pub install
|
| +$ cd demo/todo; pub serve
|
| ```
|
|
|
| -Finally, open the demo/todo/index.html file in Dartium.
|
| +Finally, open http://localhost:8080/index.html.
|
|
|
| The server is optional
|
| ----------------------
|
|
|