mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 12:35:28 +02:00
lein: fix missing punctuation
This commit is contained in:
parent
533ca21734
commit
8c8ebd6e3d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# lein
|
||||
|
||||
> Manage clojure projects with declarative configuration
|
||||
> Manage clojure projects with declarative configuration.
|
||||
|
||||
- Generate scaffolding for a new project based on a template:
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
`lein run {{args}}`
|
||||
|
||||
- Run the project's tests
|
||||
- Run the project's tests:
|
||||
|
||||
`lein test`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue