From 7642db70527189e71bfc05223bbfb0e416c863c9 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 3 Dec 2024 19:58:13 +0100 Subject: [PATCH] update readme (#335) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b49781f..81c3056 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS. +Originally created by [Alif Rachmawadi]. Maintained by [Bartek Pacia]. + The following sections show how to configure this action. ## Specifying Flutter version @@ -305,11 +307,5 @@ steps: echo PUB-CACHE-KEY=${{ steps.flutter-action.outputs.PUB-CACHE-KEY }} shell: bash ``` - -## Maintainers - -- [Alif Rachmawadi] (original creator) -- [Bartek Pacia] - [Alif Rachmawadi]: https://github.com/subosito [Bartek Pacia]: https://github.com/bartekpacia