Fix typo in README.md
diff --git a/README.md b/README.md
index d449e62..184d67b 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@
 
 `Allocation` is an object that represents memory assigned to this texture. It can be queried for parameters like offset and size.
 
-# Binariers
+# Binaries
 
 The release comes with precompiled binary executable for "D3D12Sample" application which contains test suite. It is compiled using Visual Studio 2017, so it requires appropriate libraries to work, including "vcruntime140.dll" and "msvcp140.dll". If its 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.