Index: README.md |
diff --git a/README.md b/README.md |
index a134fb55a30e7e859d97f86b32534dac6784862e..4db8fdcf4542e36d2d2af93c975a2a100f2f2868 100644 |
--- a/README.md |
+++ b/README.md |
@@ -1,7 +1,6 @@ |
-# TypeScript to Dart transpiler [](https://travis-ci.org/angular/ts2dart) |
kevmoo
2016/08/08 17:28:04
Need to discuss how to actually install and use *t
|
+# TypeScript to Dart JS Interop facade generator [](https://travis-ci.org/dart-lang/js_facade_gen) |
-ts2dart is a TypeScript to Dart transpiler. It's mainly used to translate Angular 2 from TypeScript |
-to Dart for its Dart user base. |
+Generates package:js JS Interop faces for arbitrary TypeScript libraries. |
## Installation |
@@ -14,15 +13,3 @@ to Dart for its Dart user base. |
- `gulp test.e2e` executes the e2e tests, |
- `gulp test.check-format` checks the source code formatting using `clang-format`, |
- `gulp test` runs unit tests, e2e tests and checks the source code formatting. |
- |
-## Phabricator Reviews |
- |
-You can send pull requests via Github, or by creating a Phabricator diff on |
-https://reviews.angular.io. Both are fine, though Phabricator has a nicer code review UI. |
- |
-To create a Phabricator diff: |
- |
-- create an account on https://reviews.angular.io |
-- install [Arcanist](https://secure.phabricator.com/book/phabricator/article/arcanist/) |
-- run `arc diff` to upload a diff (= pull request). This will also run all tests. |
-- get it reviewed by entering a "Reviewer", e.g. "mprobst", "alexeagle", "viks", ... |