From 980391a6c51b6f81252a39f1a63c5c3e64ada99c Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Mon, 1 Apr 2024 04:09:25 +0200 Subject: [PATCH] more README fixes (#292) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8f82e5..a54b1a5 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ macOS. The following sections show how to configure this action. -Maintainers: [Alif Rachmawadi] (original creator), [Bartek Pacia] - ## Specifying Flutter version ### Use specific version and channel @@ -62,7 +60,7 @@ steps: > [!WARNING] > -> Using `flutter-version-file` requires [`yq`][https://github.com/mikefarah/yq], +> Using `flutter-version-file` requires [`yq`](https://github.com/mikefarah/yq), > which is not pre-installed in `windows` images. Install it yourself. ### Use latest release for particular channel @@ -284,5 +282,10 @@ steps: echo PUB-CACHE-KEY=${{ steps.flutter-action.outputs.PUB-CACHE-KEY }} ``` +## Maintainers + +- [Alif Rachmawadi] (original creator) +- [Bartek Pacia] + [Alif Rachmawadi]: https://github.com/subosito [Bartek Pacia]: https://github.com/bartekpacia