From 86b4ee8c6244b9ee2f1a718dad8dea0b1476ed15 Mon Sep 17 00:00:00 2001 From: Nathan VanBenschoten Date: Wed, 15 Jan 2025 23:15:31 -0700 Subject: [PATCH] Fix typos in README (#543) Spotted while learning about the project. Authors: - Nathan VanBenschoten (https://github.com/nvanbenschoten) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/cuvs/pull/543 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f094039..dac71c881 100755 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ There are several benefits to using cuVS and GPUs for vector search, including 6. Multiple language support 7. Building blocks for composing new or accelerating existing algorithms -In addition to the items above, cuVS takes on the burden of keeping non-trivial accelerated code up to date as new NVIDIA architectures and CUDA versions are released. This provides a deslightful development experimence, guaranteeing that any libraries, databases, or applications built on top of it will always be getting the best performance and scale. +In addition to the items above, cuVS takes on the burden of keeping non-trivial accelerated code up to date as new NVIDIA architectures and CUDA versions are released. This provides a delightful development experience, guaranteeing that any libraries, databases, or applications built on top of it will always be getting the best performance and scale. ## cuVS Technology Stack