diff --git a/README.md b/README.md index 3c1f1f9..78842c6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ PEG.js ====== +**PEG.js is [looking for a new maintainer](https://github.com/pegjs/pegjs/issues/503).** + PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other