diff --git a/public/docs/dart/latest/guide/setup-example1.png b/public/docs/dart/latest/guide/setup-example1.png new file mode 100644 index 0000000000..c67857149f Binary files /dev/null and b/public/docs/dart/latest/guide/setup-example1.png differ diff --git a/public/docs/dart/latest/guide/setup.jade b/public/docs/dart/latest/guide/setup.jade index d749993098..9248584063 100644 --- a/public/docs/dart/latest/guide/setup.jade +++ b/public/docs/dart/latest/guide/setup.jade @@ -20,7 +20,7 @@ dependencies: angular2: 2.0.0-alpha.20 browser: any - + p. The Dart Editor automatically downloads the packages your app depends on, along with any packages that they, in turn, depend on. If this download fails or you like using the command line, you can explicitly install packages. @@ -30,7 +30,7 @@ .l-main-section h2#section-create-an-entry-point Create an entry point p. - Create an index.html file and add the Angular library tags and a main.js file where + Create an index.html file and add the Angular library tags and a main.dart file where you'll build your first component. p.