From 766e0c11bc704f670072f0bb23cd50d33e7be3cd Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 31 Mar 2024 19:52:05 +0200 Subject: [PATCH] minor readme format update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b4afaf..c78a6d2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Use particular version on any channel: ```yaml steps: - - uses: actions/checkout@v4 + - name: Clone repository + uses: actions/checkout@v4 - name: Set up Flutter uses: subosito/flutter-action@v2 with: @@ -65,7 +66,8 @@ Use particular git reference on master channel: ```yaml steps: - - uses: actions/checkout@v4 + - name: Clone repository + uses: actions/checkout@v4 - name: Set up Flutter uses: subosito/flutter-action@v2 with: