Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 9d63689

Browse files
committed
Update README.md
1 parent 644e2d0 commit 9d63689

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
@@ -1,4 +1,4 @@
1-
# DartJs
1+
# Dart2Js
22

33
### Idea
44

@@ -31,4 +31,4 @@ Initialization takes either dart-sourcecode directly or an instance of `File` as
3131
an options-hash as second argument. `:dart2js_binary` and `:out_file` may be provided with the options-hash.
3232

3333
`transcoder.compile` actually runs the `dart2js` command, the output of the run will be saved in `@result` and
34-
the final js stays in `@out_file` and may be read with `transcoder.get_js_content`.
34+
the final js stays in `@out_file` and may be read with `transcoder.get_js_content`.

0 commit comments

Comments
 (0)