From 950cc80738ff1e217f3f14b4b2b1e7eb1e2c29df Mon Sep 17 00:00:00 2001 From: David Majda Date: Thu, 29 Sep 2011 17:02:02 +0200 Subject: [PATCH] Few small README.md fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 `