diff --git a/README.md b/README.md index 1505f21..6a010bc 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ wordpos.lookup('great', console.log); ### Other methods ``` -WordPOS.WNdp -- access to the WNdb object +WordPOS.WNdb -- access to the WNdb object wordpos.parse(str) -- returns tokenized array of words, less duplicates and stopwords. This method is called on all getX() calls internally. ```