From fb8214849e5bac8b885c0cf4bac9055433670615 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 9 May 2017 21:29:28 +0200 Subject: [PATCH] Small update to readme (#9930) --- examples/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index e17a8a0acd..139574e84c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -32,10 +32,9 @@ Available examples include: demonstrates how to connect a Flutter app to platform-specific APIs. For documentation, see . -- **Platform Channel Swift** The [platform channel swift - app](platform_channel_swift) is the same as [platform - channel](platform_channel) but the iOS version is in Swift and there - is no Android version. +- **Platform Channel Swift** The [platform channel swift app](platform_channel_swift) + is the same as [platform channel](platform_channel) but the iOS version is in + Swift and there is no Android version. - **Flutter View** The [flutter view app](flutter_view) demonstrates how to embed Flutter within an iOS or Android app.