diff --git a/README.md b/README.md
index 41d1b28d977456f44a9b72ede43336d1ba53fa63..ab30c07b0c3feaf18d7923b6eed80cf6af2281c9 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ If we want to remove seen items during training, we need to provide `TRAIN_SET`
 
 ## Efficient retrieval with ANN search
 
-One important aspect of deploying recommender model is efficient retrieval via Approximate Nearest Neighor (ANN) search in vector space. Cornac integrates several vector similarity search frameworks for the ease of deployment. [This example](tutorials/ann_hnswlib.ipynb) demonstrates how ANN search will work seamlessly with any recommender models supporting it (e.g., matrix factorization).
+One important aspect of deploying recommender model is efficient retrieval via Approximate Nearest Neighbor (ANN) search in vector space. Cornac integrates several vector similarity search frameworks for the ease of deployment. [This example](tutorials/ann_hnswlib.ipynb) demonstrates how ANN search will work seamlessly with any recommender models supporting it (e.g., matrix factorization).
 
 | Supported Framework | Cornac Wrapper | Example |
 | :-----------------: | :------------: | :-----: |