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