Skip to content

Commit 69ad139

Browse files
kevmoomhevery
authored andcommitted
fix readme for sample location in Dart
Closes angular#745
1 parent 9715039 commit 69ad139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ They are all constructed via injection. For more information see the comments in
7171
source `modules/examples/src/hello_world/index.js`.
7272

7373
You can build this example as either JS or Dart app:
74-
* (JS) `gulp serve.js.dev` and open `localhost:8000/examples/web/hello_world/` in Chrome.
75-
* (Dart) `gulp serve/examples.dart` and open `localhost:8080/hello_world` in Chrome (for dart2js) or Dartium (for Dart VM).
74+
* (JS) `gulp serve.js.dev` and open `localhost:8000/examples/src/hello_world/` in Chrome.
75+
* (Dart) `gulp serve/examples.dart` and open `localhost:8080/src/hello_world` in Chrome (for dart2js) or Dartium (for Dart VM).
7676

7777
## Debug the transpiler
7878

0 commit comments

Comments
 (0)