Skip to content

Commit

Permalink
Updated README with installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Apr 20, 2011
1 parent 45681df commit 5a09977
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -3,9 +3,19 @@ node-xml2js

Description
-----------
Simple XML to JavaScript object converter. Uses [sax-js](http://github.com/isaacs/sax-js/). Install with [npm](http://github.com/isaacs/npm) :)

Simple XML to JavaScript object converter. Uses [sax-js](http://github.com/isaacs/sax-js/).

See the tests for examples until docs are written.
Note: If you're looking for a full DOM parser, you probably want [JSDom](http://github.com/tmpvar/jsdom).

Note: If you're looking for a full DOM parser, you probably want
[JSDom](http://github.com/tmpvar/jsdom).

Installation
------------

Simplest way to install `xml2js` is to use [npm](http://npmjs.org), just `npm
install xml2js` which will download xml2js and all dependencies.

Simple usage
-----------
Expand Down

0 comments on commit 5a09977

Please sign in to comment.