Skip to content

Commit

Permalink
docs: change mention of dialyzer in readme (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand authored Jan 22, 2024
1 parent 9c25d40 commit 5c24799
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 @@ -96,7 +96,7 @@ To run these checks locally:
make test # Runs tests
make spec-test # Runs all spec-tests
make lint # Runs linter and format-checker
mix dialyzer # Runs type-checker
make dialyzer # Runs type-checker
```

Source code can be formatted using `make fmt`.
Expand Down

0 comments on commit 5c24799

Please sign in to comment.