浏览代码

lein: beautify page

- made REPL as upper case
- wrapped -main in quotes rather than backticks
Agniva De Sarker 7 年之前
父节点
当前提交
74ce43b08d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/lein.md

+ 2 - 2
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}}`