diff --git a/README.md b/README.md index 7a4c17e..a238bbd 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Getting Started Installation ------------ -### Command Line / Server-side +### Node.js -To use command-line version, install [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/) first. You can then install PEG.js: +To use the command-line version, install [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/) first. You can then install PEG.js: $ npm install pegjs @@ -57,7 +57,7 @@ In Node.js, require the PEG.js parser generator module: var PEG = require("pegjs"); -In browser, include the PEG.js library in your web page or application using the `