Skip to content

Commit 583de5b

Browse files
docs(README): correct path to JS example after dir structure reorg
1 parent 6f59f2f commit 583de5b

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
@@ -71,7 +71,7 @@ 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.
74+
* (JS) `gulp serve.js.dev` and open `localhost:8000/examples/src/hello_world/` in Chrome.
7575
* (Dart) `gulp serve/examples.dart` and open `localhost:8080/hello_world` in Chrome (for dart2js) or Dartium (for Dart VM).
7676

7777
## Debug the transpiler

0 commit comments

Comments
 (0)