fix syntax mistake in readme (#338)

This commit is contained in:
Bartek Pacia
2024-12-03 21:06:22 +01:00
committed by GitHub
parent fd476281dd
commit f2c4f6686c

View File

@@ -143,7 +143,7 @@ steps:
- run: flutter --version - run: flutter --version
``` ```
> ![NOTE] > [!NOTE]
> >
> This feature was implemented in > This feature was implemented in
> [#344](https://github.com/subosito/flutter-action/pull/334) and is available > [#344](https://github.com/subosito/flutter-action/pull/334) and is available
@@ -172,7 +172,7 @@ steps:
git status git status
``` ```
> ![NOTE] > [!NOTE]
> >
> This was first discussed in [this issue](https://github.com/subosito/flutter-action/issues/310). > This was first discussed in [this issue](https://github.com/subosito/flutter-action/issues/310).