update readme

This commit is contained in:
Alif Rachmawadi
2022-07-26 11:56:47 +07:00
parent b1d33bca25
commit 472d887f68

View File

@@ -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
```