fixed link

This commit is contained in:
moos 2012-05-06 02:48:46 -07:00
parent 017c0029f4
commit ce21cfdc7a
1 changed files with 2 additions and 2 deletions

View File

@ -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.