From 472d887f689c9f6607e9851a355dffec331cc580 Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Tue, 26 Jul 2022 11:56:47 +0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ef56b..1024cfa 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ steps: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - channel: 'stable' # or: 'beta' or 'master' + channel: 'stable' # or: 'beta', 'dev' or 'master' - run: flutter --version ```