diff --git a/README.md b/README.md index 7226154..e6d7000 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ before or it's counter part: In Node.js, require the PEG.js parser generator module: -```javascript +```js var peg = require("pegjs"); ``` @@ -156,56 +156,103 @@ In browser, include the PEG.js library in your web page or application using the `