Skip to content

Commit

Permalink
Merge pull request #51 from crazy-max/fix-readme
Browse files Browse the repository at this point in the history
docs: fix small nits in README
  • Loading branch information
marcosnils authored Apr 14, 2022
2 parents ccc3d1a + dd3740a commit 2e6b230
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ___
* [Usage](#usage)
* [Basic](#basic)
* [Install Only](#install-only)
* [Multiple commands](#multiple-commands)
* [Customizing](#customizing)
* [inputs](#inputs)
* [License](#license)
Expand All @@ -38,7 +39,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Dagger
uses: dagger/dagger-for-github@v2
Expand All @@ -65,7 +66,7 @@ steps:
```yaml
steps:
-
name: Install Dagger
name: Dagger
uses: dagger/dagger-for-github@v2
with:
cmds: |
Expand Down

0 comments on commit 2e6b230

Please sign in to comment.