Update README.md (#155206)
This PR changes
> libraries like Skia (that underpins Chrome and Android)
to:
> libraries like Skia (which underpins Chrome and Android)
diff --git a/README.md b/README.md
index 4aa51de..74ccbdb 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@
### 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.