From 503bec770011f774b07c810c8f724f3025a8b292 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 12 Apr 2011 19:08:57 -0600 Subject: [PATCH] document dep on xml2js --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abbcb07e4..df6ef2457 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ Getting started: 1. install node.js (>= 0.4.5): http://nodejs.org/ 2. install the Connect framework (>= 1.3.0): http://senchalabs.github.com/connect/ -3. run the top level `run.js` script -4. visit the demo application ('rp') in your web browser (url output on the console at runtime)â +3. install xml2js +4. run the top level `run.js` script +5. visit the demo application ('rp') in your web browser (url output on the console at runtime)â -- GitLab