Commit 67585d1c authored by Sam Saccone's avatar Sam Saccone

angular-dart: Fix incorrect compile docs

parent 3487c8b6
...@@ -49,7 +49,7 @@ dedicated version of Chromium with an embedded Dart VM. ...@@ -49,7 +49,7 @@ dedicated version of Chromium with an embedded Dart VM.
## Compiling ## Compiling
``` ```
dart2js src/main.dart -o dist/main.js dart2js web/main.dart -o web/main.js
``` ```
The dart2js compilator can be found in the SDK. The dart2js compilator can be found in the SDK.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment