Skip to content

Commit 0a90a27

Browse files
clojure-cli: formatting built-in-commands page
1 parent 8fc9239 commit 0a90a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/clojure-cli/built-in-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Clojure CLI Built-in commands
22

3-
`clojure` without any other arguments will run a REPL with a basic terminal prompt.
3+
`clojure` without any other arguments will run a REPL with a basic terminal prompt.
44

55
`clj` is a wrapper script for the `clojure` command (`rlwrap` required) to add command history to the basic REPL prompt.
66

@@ -440,7 +440,7 @@ Including the top-level key `:deps/prep-lib` tells the tools.deps classpath cons
440440

441441
Add a library dependency as with any other library (git or local/root):
442442

443-
!!! EXAMPLE
443+
!!! EXAMPLE ""
444444
```clojure
445445
{:deps {practicalli/library-name {:local/root "../needs-prep"}
446446
practicalli/library-name {:git/sha "../needs-prep"}}}

0 commit comments

Comments
 (0)