Skip to content

Commit d685bce

Browse files
fix: format markdown table with neovim
1 parent 30a9776 commit d685bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Run an interactive REPL on the command line with the basic built-in REPL UI or [
170170
nREPL server is started for all Clojure repl aliases along with the cider-nrepl middleware, so Clojure editors can connect to the REPL process started on the command line.
171171

172172
| Command | Description |
173-
|--------------------------------|------------------------------------------------------------------------------------|
173+
|------------------------------- | ---------------------------------------------------------------------------------- |
174174
| `clojure -M:repl/rebel` | Rebel Rich terminal UI Clojure REPL with nREPL for connecting editors |
175175
| `clojure -M:repl/basic` | Basic terminal UI Clojure REPL with nREPL for connecting editors |
176176
| `clojure -M:repl/reloaded` | As above with `dev` path, library hotload, namespace reload, Portal data inspector |
@@ -212,7 +212,7 @@ Clojure 1.10.x onward can [run a Socket Server](https://clojure.org/reference/re
212212
[tubular](https://github.com/mfikes/tubular) is a Socket Server client for Clojure and Clojurescript REPL processes.
213213

214214
| Command | Description |
215-
|----------------------------------|---------------------------------------------------------------------------------|
215+
| -------------------------------- | ------------------------------------------------------------------------------- |
216216
| `clojure -M:repl/socket` | Clojure REPL using Socket Server on port 50505 |
217217
| `clojure -M:repl/socket-zero` | As above but on first available port (container, cloud environment) |
218218
| `clojure -M:repl/socket-zero -r` | As above but and run a REPL |
@@ -243,7 +243,7 @@ Default values (can be over-ridden on the command line)
243243
* `:name practicalli/playground` creates a practicalli domain containing `playground` namespace and example Clojure code
244244

245245
| Command | Description |
246-
|-----------------------------------------------------------------|-------------------------------------------|
246+
| --------------------------------------------------------------- | ----------------------------------------- |
247247
| `clojure -T:project/create :template app :name domain/app-name` | A simple application |
248248
| `clojure -T:project/create` | Practicalli application called playground |
249249
| `clojure -T:project/create :template practicalli/service` | Practicalli Service called playground |

0 commit comments

Comments
 (0)