Skip to content

Commit cde4946

Browse files
Minor fix in README
1 parent 05a6144 commit cde4946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Additional features:
6464
- Support for interoperability with OpenGL.
6565
- Virtual allocator: Interface for using core allocation algorithm to allocate any custom data, e.g. pieces of one large buffer.
6666

67-
# Prequisites
67+
# Prerequisites
6868

6969
- 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.
7070
- Public interface in C, in same convention as Vulkan API. Implementation in C++.

0 commit comments

Comments
 (0)