Skip to content

Commit

Permalink
Update incorrect project name in README (#8)
Browse files Browse the repository at this point in the history
Reference to stardardrb-linter-action is incorrect.
  • Loading branch information
martinemde authored and andrewmcodes committed Dec 6, 2019
1 parent f07979e commit a98e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add the following to your GitHub action workflow to use StandardRB Linter Action

```yaml
- name: StandardRB Linter
uses: andrewmcodes/standardrb-linter-action@v0.0.2
uses: andrewmcodes/standardrb-action@v0.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit a98e147

Please sign in to comment.