diff --git a/README.md b/README.md index ebcfb31..8883c86 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ECMAScript Proposal, specs, and reference implementation for `Promise.try` Spec drafted by [@ljharb](https://github.com/ljharb). -This proposal is currently [stage 3](https://github.com/tc39/proposals/) of the [process](https://tc39.github.io/process-document/). +This proposal is currently [stage 4](https://github.com/tc39/proposals/) of the [process](https://tc39.github.io/process-document/). ## Rationale diff --git a/index.html b/index.html index b362511..6a459af 100644 --- a/index.html +++ b/index.html @@ -3218,7 +3218,7 @@
title: Promise.try -stage: 3 +stage: 4 contributors: Jordan Harband