From 1fe15116a7cba2b0f835e5e09414292cf9486b49 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 17 Oct 2020 17:14:27 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e25b301..08d7d7b24 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ * [Single header](single_include/kompute/Kompute.hpp) library for simple import to your project * [Documentation](https://kompute.cc) leveraging doxygen and sphinx -* [Asynchronous & parallel processing](#asynchronous-parallel-operations) capabilities with multi-queue command submission +* [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) capabilities with multi-queue command submission * [Non-Vulkan naming conventions](#architectural-overview) to disambiguate Vulkan vs Kompute components * BYOV: [Bring-your-own-Vulkan design](#motivations) to play nice with existing Vulkan applications * Explicit relationships for GPU and host [memory ownership and memory management](https://kompute.cc/overview/memory-management.html)