Просмотр исходного кода

Merge branch 'master' of https://github.com/karl-zylinski/karlib

Karl Zylinski 7 месяцев назад
Родитель
Сommit
42c0e4ab56
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -9,7 +9,7 @@ The API is based on Raylib because I like that API. But the implementation is me
 * 3D
 * Some maths things that can be found in Odin's core libs
 
-Might no be included:
+Might not be included:
 * Time management (use `core:time` instead)
 
 ## TODO
@@ -27,4 +27,4 @@ Here follows my near-future TODO list
 * Organize the d3d11 things neatly. It's just a hack right now!
 	* enable debug layers
 	* asserting on hresult and checking errors
-	* clean up on shutdown
+	* clean up on shutdown