From 5f84edd90f83f733a2c299417018996df03c7117 Mon Sep 17 00:00:00 2001 From: Mohamed Ali Jamaoui Date: Thu, 21 May 2020 06:45:33 +0200 Subject: [PATCH] Correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c79e24c1..6b8c4184 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Hnswlib - fast approximate nearest neighbor search -Header-only C++ HNSW implementation with python bindings. Paper code for the HNSW 200M SIFT experiment +Header-only C++ HNSW implementation with python bindings. Paper's code for the HNSW 200M SIFT experiment **NEWS:** -**Thanks to Louis Abraham ([@louisabraham](https://github.com/louisabraham)) hnswlib is now can be installed via pip!** +**Thanks to Louis Abraham ([@louisabraham](https://github.com/louisabraham)) hnswlib can now be installed via pip!** Highlights: 1) Lightweight, header-only, no dependencies other than C++ 11.