Skip to content

Commit

Permalink
installation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 9, 2010
1 parent 6840d4e commit a6fc0d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Description
===========
Traverse and transform objects by visiting every node on a recursive walk.

Installation
============

Using npm:
npm install traverse

Or check out the repository and link your development copy:
git clone http://github.com/substack/js-traverse.git
cd js-traverse
npm link .

Examples
========

Expand Down

0 comments on commit a6fc0d6

Please sign in to comment.