From 40bff3cb62f3eeea0a2ef8de8d90d6b755f9f9d5 Mon Sep 17 00:00:00 2001 From: OrBaruk Date: Sat, 28 Oct 2017 16:26:24 -0200 Subject: [PATCH] lein: improve readability --- pages/common/lein.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/lein.md b/pages/common/lein.md index ac4c13eb3..947a8d5da 100644 --- a/pages/common/lein.md +++ b/pages/common/lein.md @@ -4,13 +4,13 @@ - Generate scaffolding for a new project based on a template: -`lein new {{template}} {{project_name}}` +`lein new {{template_name}} {{project_name}}` - 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}}` @@ -18,6 +18,6 @@ `lein test` -- Package up the project files and all dependencies into a jar file: +- Package up the project files and all its dependencies into a jar file: `lein uberjar`