From ce21cfdc7aaacd07a53e969f834e224d800dd073 Mon Sep 17 00:00:00 2001 From: moos Date: Sun, 6 May 2012 02:48:46 -0700 Subject: [PATCH] fixed link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa93f96..5f91d34 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See `wordpos_spec.js` for full usage. Installation ------------ -Get the script `wordpos.js` and use it. (npm module may be coming.) +Get the script `wordpos.js` and use it. (npm package may be coming.) or use a git path in your package.json dependencies: ``` @@ -39,7 +39,7 @@ or use a git path in your package.json dependencies: ... ``` -As of version 0.1.1, WordNet DB files are obtained off-line through dependency provided by moos/WBdb module. +As of version 0.1.1, WordNet DB files are obtained off-line through dependency provided by [WNdb](https://github.com/moos/WNdb) module. Note: `wordpos-bench.js` requires a [forked uubench](https://github.com/moos/uubench) module.