summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lewis <eric.andrew.lewis@gmail.com>2018-09-30 11:01:08 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-30 11:01:08 -0400
commitf51903f7736e3969ba0003c074d80950aca74f70 (patch)
tree7fe9100bad5dffba5f1b2a7108dcf4ddd45cff6b
parentb635553fd7eaca4bd27c4242935984bdb8e9365f (diff)
Add top-level await issue link to readme (#860)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a08ae8f0..3051d8921 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
* Always dies on uncaught errors.
-* Supports top-level `await`.
+* [Aims to support top-level `await`.](https://github.com/denoland/deno/issues/471)
* Aims to be browser compatible.