Fixed a typo on README.md about dependencies

This commit is contained in:
Ali Emre Gülcü 2021-03-30 18:41:15 +03:00 committed by Charles Giessen
parent 151c76d1cc
commit 85aac8d51c

View File

@ -76,7 +76,7 @@ See `example/triangle.cpp` for an example that renders a triangle to the screen.
## Setting up `vk-bootstrap`
This library has no external dependencies beyond C++14, it's standard library, and the Vulkan Headers.
This library has no external dependencies beyond C++14, its standard library, and the Vulkan Headers.
Note: on Unix platforms, `vk-bootstrap` will require the dynamic linker in order to compile as the library doesn't link against `vulkan-1.dll`/`libvulkan.so` directly.