From c65ddcf892e2a5e97e6268fff0fb39e2f5f1db72 Mon Sep 17 00:00:00 2001 From: Nathan VanBenschoten Date: Wed, 18 Dec 2024 01:39:27 -0500 Subject: [PATCH] Fix typos in README Spotted while learning about the project. --- 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