We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f59f2f commit 583de5bCopy full SHA for 583de5b
README.md
@@ -71,7 +71,7 @@ They are all constructed via injection. For more information see the comments in
71
source `modules/examples/src/hello_world/index.js`.
72
73
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.
+* (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/hello_world` in Chrome (for dart2js) or Dartium (for Dart VM).
76
77
## Debug the transpiler
0 commit comments