Skip to content

Commit a80105f

Browse files
kevmoopkozlowski-opensource
authored andcommitted
docs(README): fix sample location in Dart
Closes angular#745
1 parent 0dfd287 commit a80105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ source `modules/examples/src/hello_world/index.js`.
8585

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

9090
## Debug the transpiler
9191

0 commit comments

Comments
 (0)