fix: readme
This commit is contained in:
parent
529b7dd153
commit
aca3105039
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
COVERAGE_DIR=coverage
|
COVERAGE_DIR=coverage
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
golangci-lint run ./...
|
golangci-lint run
|
||||||
goreportcard:
|
goreportcard:
|
||||||
goreportcard-cli -v
|
goreportcard-cli -v
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -21,7 +21,7 @@ git clone https://gitea.urkob.com/urko/emailsender.git
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Check examples in [examples](https://gitea.urkob.com/urko/emailsender/examples)
|
Check examples in [examples](https://gitea.urkob.com/urko/emailsender/examples)
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue