Skip to content

Commit

Permalink
docs: fix typo in example (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goryudyuma authored Mar 25, 2023
1 parent d4f31e4 commit ad858d7
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 @@ -53,7 +53,7 @@ To enable the linter, add the following lines to `.golangci.yml`:
```yaml
linters:
enable:
- mustttag
- musttag
```
If you'd rather prefer to use `musttag` standalone, you can install it via `brew`...
Expand Down

0 comments on commit ad858d7

Please sign in to comment.