From 2f149da67614349cb60bc77b465ce6a533aa951e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Artificial=E6=9B=BE=E5=B0=8F=E5=81=A5?= <875100501@qq.com> Date: Sat, 21 Sep 2024 05:40:20 +0800 Subject: [PATCH] Update README.md (#155206) This PR changes > libraries like Skia (that underpins Chrome and Android) to: > libraries like Skia (which underpins Chrome and Android) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa51de0f6..74ccbdbc38 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ support for customizing or creating entirely new visual components. ### Fast results Flutter is fast. It's powered by hardware-accelerated 2D graphics -libraries like [Skia] (that underpins Chrome and Android) and +libraries like [Skia] (which underpins Chrome and Android) and [Impeller]. We architected Flutter to support glitch-free, jank-free graphics at the native speed of your device.