From 8c15602eb4f4ccc6fcad2dd614aeacfcdd8e9452 Mon Sep 17 00:00:00 2001 From: Benjamin Gruenbaum Date: Fri, 16 Sep 2016 13:47:42 +0300 Subject: [PATCH] Update observable proposal link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 144ad32..97e16e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Async Generator Proposal (ES7) -**This proposal has been withdrawn. For a more updated (and smaller scoped) proposal, see Observable in ES2016 [https://github.com/zenparsing/es-observable]** +**This proposal has been withdrawn. For a more updated (and smaller scoped) proposal, see Observable in ES2016 [https://github.com/tc39/proposal-observable]** Async Generators are currently proposed for ES7 and are at the strawman phase. This proposal builds on the [async function](https://github.com/lukehoban/ecmascript-asyncawait) proposal.