From ae68570512b112019abca87a61fa4145581cf954 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Fri, 28 Aug 2020 21:42:34 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f3bfc531..d78d6c95c 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ ## Principles & Features -* Single header easy to import static library -* [Documentation](https://axsaucedo.github.io/vulkan-kompute/) using doxygen and sphinx for +* [Single header](single_include/kompute/Kompute.hpp) library for simple import to your project +* [Documentation](https://axsaucedo.github.io/vulkan-kompute/) leveraging doxygen and sphinx * Packaged with vcpkg for easy download and integration with projects * Non-Vulkan naming convention to disambiguate Vulkan vs Kompute components * Extends the existing Vulkan API with a compute-specific interface