Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moos committed May 7, 2012
1 parent 55d702b commit d23798f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ or, use a git url in your package.json dependencies:

Package is about __10 MB__ in size and uncompresses to about 34 MB.

For older nodes < 0.6, use

npm install [email protected]


Properties
------------

Expand All @@ -74,7 +79,7 @@ v3.0.x are pegged to WordNet 3.0 DB.

v3.0.0 -- includes the uncompressed (text) dict files. On Windows systems, do a `git config core.autocrlf false` before cloning so that CRLF isn't applied to data files.

v3.0.1 -- this includes the actual WordNet tar file, which is unpacked at install time. There should be no CRLF issues. Uses build-in 'zlib' package, therefore requires node > 0.6.
v3.0.1 -- this includes the actual WordNet tar file, which is unpacked at install time. There should be no CRLF issues. Uses build-in 'zlib' package, therefore requires node >= 0.6.


License
Expand Down

0 comments on commit d23798f

Please sign in to comment.