Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 4caa7c2

Browse files
committed
Tweak readme formatting
1 parent 33a8264 commit 4caa7c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,10 @@ Plugin consists of the following components:
103103
* `runner/`: Uberjar that kicks off a connection to a Clojure(Script) project
104104
* `build.sh`: Script that rebuilds uberjar with any changes made to lein-light-nrepl and runner. Any Clojure connections must be restarted for this change to take effect.
105105
* `codemirror/clojure.js`: CodeMirror's clojure mode
106-
* Current version is
107-
https://github.com/codemirror/CodeMirror/blob/724a0d32820fd28d145a1b8dae12f7bb813f925c/mode/clojure/clojure.js
108-
* Upgrade `clojure.js` with the following where `$VERSION` is a version tag or commit SHA:
106+
* [Current version](https://github.com/codemirror/CodeMirror/blob/724a0d32820fd28d145a1b8dae12f7bb813f925c/mode/clojure/clojure.js)
107+
* Upgrade `clojure.js` with the following where `$VERSION` is a version tag or commit SHA:
109108

110-
curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/clojure/clojure.js > codemirror/clojure.js
109+
curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/clojure/clojure.js > codemirror/clojure.js
111110
* `src/`: Normal LightTable plugin
112111

113112
When releasing a new plugin version and lein-light-nrepl has changed:

0 commit comments

Comments
 (0)