Skip to content

Commit

Permalink
Merge pull request #64 from jmillerv/jmillerv-patch-1
Browse files Browse the repository at this point in the history
docs: fixed typo in file name
  • Loading branch information
jmillerv authored Aug 9, 2023
2 parents 0119591 + 5464c2e commit 03ca953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ I've built this out for my specific use case and released it to the public when

## Development Setup
Note: steps 3 & 4 assume a developer is on some distribution of Debian/Ubuntu. If not on that distribution,
you can simply look at what is happening in `taskfile.dev` and replicate that in your environment.
you can simply look at what is happening in `taskfile.yaml` and replicate that in your environment.

1. Install [golang](https://go.dev/doc/install)
2. Install [taskfile.dev](https://taskfile.dev/installation/) on your machine.
Expand All @@ -162,4 +162,4 @@ If all passes without errors, you should be set to use this binary. Checkout the
commands you can run.

### Linting
Linting is performed by [golangci-lint](https://golangci-lint.run/)
Linting is performed by [golangci-lint](https://golangci-lint.run/)

0 comments on commit 03ca953

Please sign in to comment.