Forwarding note to main repo.
diff --git a/README.md b/README.md
index 7bb6066..61ee810 100644
--- a/README.md
+++ b/README.md
@@ -4,28 +4,6 @@
[](https://travis-ci.org/dart-lang/dev_compiler)
[](https://coveralls.io/r/dart-lang/dev_compiler)
-The Dart Dev Compiler (DDC) is an **experimental** development tool and transpiler. It is at a very early stage today. Its aims include the following:
+DDC has moved into the main [Dart SDK](https://github.com/dart-lang/sdk/tree/master/pkg/dev_compiler). All further development will take place there. This repository is now obsolete.
-- A static checker based on stricter-than-standard-Dart type rules.
-- A modular Dart-to-ES6 transpiler for Dart programs that statically check.
-
-DDC attempts to map to idiomatic EcmaScript 6 (ES6) as cleanly as possible. To do this while cohering to Dart semantics, DDC relies heavily on static type information, static checking, and runtime assertions.
-
-DDC is intended to support a very [large subset](https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE.md) of Dart. If a program does not statically check, DDC will not result in valid generated code. Our goal is that a program execution (of a valid program) that runs without triggering runtime assertions should run the same on other Dart platforms under checked mode or production mode.
-
-DDC does support untyped Dart code, but it will typically result in less readable and less efficient ES6 output.
-
-DDC has the following project goals:
-
-- Effective static checking and error detection.
-- A debugging solution for all modern browsers.
-- Readable output.
-- Fast, modular compilation of Dart code.
-- Easy use of generated code from JavaScript.
-
-DDC is still in a very early stage as highlighted by our choice of ES6. ES6 itself is in active development across all modern browsers, but at various stages of support:
-[kangax.github.io/compat-table/es6](https://kangax.github.io/compat-table/es6/).
-
-We are targeting the subset of ES6 supported in Chrome.
-
-To try out DDC and/or give feedback, please read our [usage](https://github.com/dart-lang/dev_compiler/blob/master/USAGE.md) page.
+Please file issues [there](https://github.com/dart-lang/sdk/issues?q=label%3Aarea-dev-compiler).