Update README.md
diff --git a/README.md b/README.md
index 5b4de49..bbeee1d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-async-await transformer
+async-await transformer DEPRECATED
 =======================
 
+**Use Dart 1.9 for native support for async/await/sync*/async*/yield.**
+
 A prototype (and in progress) implementation of async/await in Dart,
 via CPS translation.