From 58c090a705fc9cebf6f5a58ee8a89ae18261a86a Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 25 Sep 2017 15:47:57 +0200 Subject: [PATCH] Minor fix in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1edde..17ac7e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vulkan Memory Allocator -This is a README file for Vulkan Memory Allocator library and accompanying sample application. +Easy to integrate Vulkan memory allocation library. **Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)).