diff --git a/README.md b/README.md index c35725c..0d3ff5b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Champions: ## Status -This proposal is a [stage 2 proposal](https://github.com/tc39/proposals) and is awaiting implementation and more input. Please see [the issues](https://github.com/tc39/proposal-regex-escaping/issues) to get involved. +This proposal is a [stage 3 proposal](https://github.com/tc39/proposals) and is awaiting implementation and more input. Please see [the issues](https://github.com/tc39/proposal-regex-escaping/issues) to get involved. ## Motivation diff --git a/spec.emu b/spec.emu index 3f54b30..d88b3f2 100644 --- a/spec.emu +++ b/spec.emu @@ -5,7 +5,7 @@
title: RegExp.escape -stage: 2 +stage: 3 contributors: - Jordan Harband - Kevin Gibbons