diff --git a/README.md b/README.md index 07163ce..44c0117 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ You can tweak the generated parser with several options: * `--plugin` — makes PEG.js use a specified plugin (can be specified multiple times) * `--extra-options` — additional options (in JSON format) to pass to - `peg.buildParser` + `peg.generate` * `--extra-options-file` — file with additional options (in JSON format) to - pass to `peg.buildParser` + pass to `peg.generate` * `--trace` — makes the parser trace its progress ### JavaScript API @@ -102,10 +102,10 @@ In browser, include the PEG.js library in your web page or application using the `