File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ A high-level client library that provides:
3030- Comprehensive error handling
3131- Example usage code
3232
33- See the [ ev-client README] ( crates/ev- client/README.md ) for detailed usage instructions.
33+ See the [ ev-client README] ( crates/client/README.md ) for detailed usage instructions.
3434
3535## Future Client Libraries
3636
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ lint-fix:
3131 @echo " --> Formatting go"
3232 @golangci-lint run --fix
3333 @echo " --> Formatting markdownlint"
34- @markdownlint --config .markdownlint.yaml --ignore ' ./docs/src/specs/** .md' ' **/*.md' -f
34+ @markdownlint --config .markdownlint.yaml --ignore ' ./changelog .md' ' **/*.md' -f
3535.PHONY : lint-fix
3636
3737# # vet: Run go vet
You can’t perform that action at this time.
0 commit comments