From 74ce43b08d5280e79d12933761c883676fe26974 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sun, 29 Oct 2017 23:00:45 +0530 Subject: [PATCH] lein: beautify page - made REPL as upper case - wrapped -main in quotes rather than backticks --- pages/common/lein.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/lein.md b/pages/common/lein.md index 947a8d5daa..a20818d981 100644 --- a/pages/common/lein.md +++ b/pages/common/lein.md @@ -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}}`