From cde49463f5255fed2c1cdadadda9bb61908be5f7 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 21 Mar 2022 12:50:07 +0100 Subject: [PATCH] Minor fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a002060..7959d74 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Additional features: - Support for interoperability with OpenGL. - Virtual allocator: Interface for using core allocation algorithm to allocate any custom data, e.g. pieces of one large buffer. -# Prequisites +# Prerequisites - Self-contained C++ library in single header file. No external dependencies other than standard C and C++ library and of course Vulkan. Some features of C++14 used. STL containers, RTTI, or C++ exceptions are not used. - Public interface in C, in same convention as Vulkan API. Implementation in C++.