From a8ae4c3f13c29d458bd18b7862ed3b2ba6c5ffad Mon Sep 17 00:00:00 2001 From: moos Date: Sun, 20 May 2012 10:21:25 -0700 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ```