docs(bugfix): remove mention of npm from Dart quickstart

closes #862
closes #874
This commit is contained in:
Kathy Walrath 2016-02-22 08:49:58 -08:00
parent 823950b936
commit a51df8cdd4
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ figure.image-display
In fact, `NgFor` can repeat items for any [Iterable](https://api.dartlang.org/stable/dart-core/Iterable-class.html) object.
:marked
Assuming we're still running under the `npm go` command,
we should see heroes appearing in an unordered list.
Now the heroes appear in an unordered list.
figure.image-display
img(src="/resources/images/devguide/displaying-data/hero-names-list.png" alt="After ngfor")