Parcourir la source

Update README.md

Karl Zylinski il y a 7 mois
Parent
commit
9d50f1de25
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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