]> O.S.I.I.S - jp/vkhelpers.git/commitdiff
update readme
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 16 Apr 2018 14:15:39 +0000 (16:15 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 16 Apr 2018 14:16:51 +0000 (16:16 +0200)
README.md

index 1db601aac9a46c27d67b80e542394a4badd5253b..5484cdf76cc46882ef463b6185bfa356f53a499a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ No additional library except vulkan is required.
 
 ### Current status:
 
-Early development stage, api may changed frequently.
+Early development stage, api may change frequently.
 
 ### Building
 
@@ -37,7 +37,7 @@ make && make install
 - clone vkh as a subdirectory of your root dir.
 - in your main CMakeFile, add `add_subdirectory (vkhelpers)`
 - add to your **TARGET_INCLUDE_DIRECTORIES** `${CMAKE_CURRENT_SOURCE_DIR}/vkhelpers/include` and if you want to bypass opaque pointers and be able to address
-fiels of internal structures of vkh, add also `${CMAKE_CURRENT_SOURCE_DIR}/vkhelpers/src`.
+fields of internal structures, add also `${CMAKE_CURRENT_SOURCE_DIR}/vkhelpers/src`.
 - to link vkh staticaly, add to **TARGET_LINK_LIBRARIES** `vkh_static` or `vkh_shared` to link it as a shared library.