diff --git a/Readme.md b/Readme.md index 8ea2bb9..1b77afe 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ ## Co v4 `co@4.0.0` has been released, which now relies on promises. - It is a stepping stone towards the [async/await proposal](https://github.com/lukehoban/ecmascript-asyncawait). + It is a stepping stone towards [ES2017 async/await](https://tc39.github.io/ecmascript-asyncawait/). The primary API change is how `co()` is invoked. Before, `co` returned a "thunk", which you then called with a callback and optional arguments. Now, `co()` returns a promise.