From 1c03c08a6710ebede2fd5d56bdb8863debd2f74d Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Thu, 6 Jun 2019 23:04:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a0c831..848059a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ * NMSLIB is generic but fast, see the results of [ANN benchmarks](https://github.com/erikbern/ann-benchmarks). * A standalone implementation of our fastest method HNSW [also exists as a header-only library](https://github.com/nmslib/hnswlib). -* **All** the documentation (including using **Python bindings** and the query server, description of methods and spaces, building the library, etc) can be found [on this page](/manual/README.md). +* **All the documentation** (including using **Python bindings** and the query server, description of methods and spaces, building the library, etc) can be found [on this page](/manual/README.md). * For **generic questions/inquiries**, please, use [**the Gitter chat**](https://gitter.im/nmslib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge): GitHub issues page is for bugs and feature requests. ## Objectives