From 362acfe3cf6769913aa0b2e1280e8e4a38de1dbe Mon Sep 17 00:00:00 2001 From: panda Date: Thu, 7 May 2026 21:02:42 -0700 Subject: [PATCH] light spell checking --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2223e..c960554 100644 --- a/README.md +++ b/README.md @@ -183,8 +183,8 @@ exe.root_module.addImport("shoots", shoots.module("shoots")); good video on explaining the concepts behind immediate mode guis - [how-to-write-a-flexbox-layout-engine](https://tchayen.com/how-to-write-a-flexbox-layout-engine) - perfect for getting an overview of how all the componets togeather + perfect for getting an overview of how all the componets together - [microui](https://github.com/rxi/microui) - some further inporation for how to create ui frameworks + some further inspiration for how to create ui frameworks