From 0fdcd6ee162ed8ac31e0028aa1e062a55fb13323 Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Sun, 18 Aug 2019 21:25:10 +0700 Subject: [PATCH] updated usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a8ee358..86dc0e58 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ steps: java-version: '12.x' - uses: subosito/flutter-action@v1 with: - flutter-version: '1.7.x' - channel: 'dev' + flutter-version: '1.7.x' # you can use 1.7 + channel: 'dev' # optional, default to: 'stable' - run: flutter pub get - run: flutter test - run: flutter build apk