mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 06:17:55 +01:00
lein: beautify page
- made REPL as upper case - wrapped -main in quotes rather than backticks
This commit is contained in:
parent
c69045c6bb
commit
74ce43b08d
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
`lein new {{template_name}} {{project_name}}`
|
||||
|
||||
- Start a repl session either with the project or standalone:
|
||||
- Start a REPL session either with the project or standalone:
|
||||
|
||||
`lein repl`
|
||||
|
||||
- Run the project's `-main` function with optional args:
|
||||
- Run the project's "-main" function with optional args:
|
||||
|
||||
`lein run {{args}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue