From 164f75914445804bcb6f2c43ae1680d62721be29 Mon Sep 17 00:00:00 2001 From: Andrew Feierman Date: Wed, 22 Mar 2017 11:47:09 -0400 Subject: [PATCH] Update README.md just a tiny typo :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b70d1c..cc91b56 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ word2vec-api ============ Simple web service providing a word embedding API. The methods are based on Gensim Word2Vec implementation. Models are passed as parameters and must be in the Word2Vec text or binary format. -* Install Depenencies +* Install Dependencies ``` pip2 install -r requirements.txt ```