We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3ec34 commit e1f3e8eCopy full SHA for e1f3e8e
2 files changed
client/README.md
@@ -30,7 +30,7 @@ A high-level client library that provides:
30
- Comprehensive error handling
31
- Example usage code
32
33
-See the [ev-client README](crates/ev-client/README.md) for detailed usage instructions.
+See the [ev-client README](crates/client/README.md) for detailed usage instructions.
34
35
## Future Client Libraries
36
scripts/utils.mk
@@ -31,7 +31,7 @@ lint-fix:
@echo "--> Formatting go"
@golangci-lint run --fix
@echo "--> Formatting markdownlint"
- @markdownlint --config .markdownlint.yaml --ignore './docs/src/specs/**.md' '**/*.md' -f
+ @markdownlint --config .markdownlint.yaml --ignore './changelog.md' '**/*.md' -f
.PHONY: lint-fix
37
## vet: Run go vet
0 commit comments