1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 03:57:54 +01:00

lein: beautify page

- made REPL as upper case
- wrapped -main in quotes rather than backticks
This commit is contained in:
Agniva De Sarker 2017-10-29 23:00:45 +05:30
parent c69045c6bb
commit 74ce43b08d

View file

@ -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}}`