From bc0528c0be9efdab4c2ac9c53d7ee034d12ae2a2 Mon Sep 17 00:00:00 2001 From: Arthur Brainville Date: Mon, 6 Apr 2020 13:57:07 +0200 Subject: [PATCH] Fix a typo I think this title was supposed to be "Binaries" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656e753..26af239 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ With this one function call: `VmaAllocation` is an object that represents memory assigned to this buffer. It can be queried for parameters like Vulkan memory handle and offset. -# Binariers +# Binaries The release comes with precompiled binary executables for "VulkanSample" application which contains test suite and "VmaReplay" tool. They are compiled using Visual Studio 2017, so they require appropriate libraries to work, including "vcruntime140.dll" and "msvcp140.dll". If their launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), "x64" version.