Skip to content

Commit

Permalink
minor readme format update
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Mar 31, 2024
1 parent 7d86479 commit 766e0c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 766e0c1

Please sign in to comment.