From fb8873d2d4126f054157366088359104875a53ed Mon Sep 17 00:00:00 2001 From: Ravbug Date: Tue, 5 Nov 2024 12:53:12 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8945d061..cba9188e 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ UnityHubNative is a lightweight C++ / wxWidgets alternative to the unnecessarily heavy official Unity Hub, built using [wxWidgets](https://wxwidgets.org/). This means that, instead of using heavy web components like the official Electron hub, it uses native GUI components on all platforms. -It launches many times faster, uses far less memory and CPU, and is a fraction of the total size of the offical Unity Hub. +It launches many times faster, uses far less memory and CPU, and is a fraction of the total size of the official Unity Hub. image