From 252356123b325ef118ed033b5b38cb3cad713e40 Mon Sep 17 00:00:00 2001 From: pcamp Date: Sun, 14 Mar 2021 18:57:52 -0500 Subject: [PATCH] Typo fixes in README.md (#773) --- add_to_app/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/add_to_app/README.md b/add_to_app/README.md index ee6f09960..923b390e8 100644 --- a/add_to_app/README.md +++ b/add_to_app/README.md @@ -8,7 +8,7 @@ existing Android and iOS apps. * [`fullscreen`](./fullscreen) — Embeds a full screen instance of Flutter into an existing iOS or Android app. -* [`prebuild_module`](./prebuilt_module) — Embeds a full screen +* [`prebuilt_module`](./prebuilt_module) — Embeds a full screen instance of Flutter as a prebuilt library that can be loaded into an existing iOS or Android app. * [`plugin`](./plugin) — Embeds a full screen Flutter instance that @@ -17,10 +17,10 @@ existing Android and iOS apps. existing Android app and demonstrates using [Pigeon](https://pub.dev/packages/pigeon) to communicate between Flutter and the host application. -* ['multiple_flutters'](./multiple_flutters) — Shows the usage of the Flutter +* [`multiple_flutters`](./multiple_flutters) — Shows the usage of the Flutter Engine Group APIs to embed multiple instances of Flutter into an existing app with low memory cost. -* ['android_view'](./android_view) — Shows how to integrates a Flutter +* [`android_view`](./android_view) — Shows how to integrate a Flutter add-to-app module at a view level for Android. ## Goals for these samples