From 168b8e1028ccbf57b42e977cc3be1a3a986b5b59 Mon Sep 17 00:00:00 2001 From: Shantnu Agarwal Date: Thu, 2 Jul 2020 13:23:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462d4bc..d775c54 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ samples, guidance on mobile development, and a full API reference. - Clone the repo to your computer. - [Flutter SDK (1.19)](https://flutter.dev/docs/get-started/install) setup the production environments for iOS and Android - Open the directory in your favourite command line tool and run `flutter pub get` to get all packages. -- `flutter build apk' will build an APK file. +- `flutter build apk` will build an APK file. - `flutter run` will run the app on your connected device - `flutter build ios` will build the app for iOS devices (You will need a Mac for this).