From 76b12c6b82341ebac25aed7a19a7186f7466d05c Mon Sep 17 00:00:00 2001 From: Apethesis Date: Thu, 30 Oct 2025 05:45:44 +0100 Subject: [PATCH] Adjust README to be accurate. Updated cross-platform support details in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e493fc4cab..aec3b30526 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ https://github.com/nodegui/examples ## Features -- 🧬 **Cross platform.** Works on major Linux flavours and Windows. Help is requested to bring it to ARM based MacOS. See [issue 1024](https://github.com/nodegui/nodegui/issues/1024) +- 🧬 **Cross platform.** Works on major Linux flavours, Windows and both platforms of macOS. - 📉 **Low CPU and memory** footprint. Current CPU stays at 0% on idle and memory usage is under 20MB for a Hello World program. - 💅 **Styling with CSS** (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga). - ✅ **Complete Nodejs API support** (Currently runs on Node v16.x - and is easily upgradable). Hence has access to all Nodejs compatible NPM modules.