From 0a0a00f3f5cf6de1ffa349cfa4ac1caee0a35610 Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Mon, 2 Mar 2026 08:30:41 +0800 Subject: [PATCH] Fix grammar in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5c6bd64..e69144e4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We would be grateful if you could give us feedback on bugs and new feature reque ## Features - Flutter embedder optimized for Embedded Systems - - Lightweight than Flutter desktop for Linux (Not using X11 and GTK) + - Lighter than Flutter desktop for Linux (Not using X11 and GTK) - Minimal dependent libraries - The main target of this embedder is Arm64 devices. We haven't confirmed in Arm 32bit (ARMv7, armhf) devices - Display backend support @@ -34,7 +34,7 @@ We would be grateful if you could give us feedback on bugs and new feature reque - Keyboard, mouse and touch inputs support - Equivalent quality to Flutter desktops - API compatibility with Flutter desktop for Windows and GLFW - - APIs such as MethodChannel and EventChannel are completely the same with them + - APIs such as MethodChannel and EventChannel are completely the same as those in Flutter desktop for Windows and GLFW ## Documentation Documentation for this software can be found at [Wiki](https://github.com/sony/flutter-embedded-linux/wiki).