From f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 3 Dec 2024 21:06:22 +0100 Subject: [PATCH] fix syntax mistake in readme (#338) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19cdec9..2559c8e 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ steps: - run: flutter --version ``` -> ![NOTE] +> [!NOTE] > > This feature was implemented in > [#344](https://github.com/subosito/flutter-action/pull/334) and is available @@ -172,7 +172,7 @@ steps: git status ``` -> ![NOTE] +> [!NOTE] > > This was first discussed in [this issue](https://github.com/subosito/flutter-action/issues/310).