From 699038c5076c2a83cc70cb72e49b5bec7e113de6 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 23 Mar 2018 03:20:14 +0000 Subject: [PATCH] Link to doc for plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68a64c0..f602062 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ PEG.js is a simple parser generator for JavaScript that produces fast parsers wi - [Using the Parser](https://github.com/pegjs/pegjs/blob/master/docs/guides/using-the-parser.md) - [Grammar Syntax and Semantics](https://github.com/pegjs/pegjs/tree/master/docs/grammar) - [JavaScript API](https://github.com/pegjs/pegjs/blob/master/docs/guides/javascript-api.md) +- [Plugins](https://github.com/pegjs/pegjs/blob/master/docs/guides/plugins.md) - [Compatibility](https://github.com/pegjs/pegjs/blob/master/docs/notes/compatibility.md) - [Development](https://github.com/pegjs/pegjs/blob/master/docs/notes/development.md) - [Useful Links](https://github.com/pegjs/pegjs/blob/master/docs/notes/useful-links.md)