Skip to content

Commit

Permalink
docs: align comments
Browse files Browse the repository at this point in the history
  • Loading branch information
batovpasha committed Jan 14, 2025
1 parent 4ca077c commit f23c260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Collection of pre-commit hooks for JIRA workflow.

- Everything from usage [prerequisites](#prerequisites)
- [Leiningen](https://leiningen.org/)
- [Clojure](https://clojure.org/)
- [Clojure](https://clojure.org/)

### Unit tests (without coverage)

Expand All @@ -63,7 +63,7 @@ lein test
```shell
lein cloverage
# Open the coverage report ./target/coverage/index.html
open ./target/coverage/index.html # MacOS
open ./target/coverage/index.html # MacOS
xdg-open ./target/coverage/index.html # Linux
```

Expand Down

0 comments on commit f23c260

Please sign in to comment.