From 29fceca2527627fa06a8d103eb5ea87f3c5c3291 Mon Sep 17 00:00:00 2001
From: Luan Fernandes <luangabriel70@gmail.com>
Date: Tue, 18 Jun 2024 12:32:31 -0300
Subject: [PATCH] Fix typo in README.md (#626)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 41d1b28d..ab30c07b 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 |
 | :-----------------: | :------------: | :-----: |
-- 
GitLab