Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 6f48ce9

Browse files
committed
Tweak the README a bit
1 parent 6c12b6b commit 6f48ce9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
# cljs-tooling
77

8-
A Clojure library designed to provide tooling support for ClojureScript.
9-
Currently it provides var info and auto-completion based on compiler state.
8+
A Clojure library designed to provide tooling support for
9+
ClojureScript. Currently it provides var info and auto-completion
10+
based on the ClojureScript compiler state.
1011

1112
It is the basis for ClojureScript features in
1213
[cider-nrepl](https://github.com/clojure-emacs/cider-nrepl) (and in
@@ -16,7 +17,7 @@ development.
1617

1718
## Artifacts
1819

19-
With leiningen:
20+
With Leiningen:
2021

2122
[cljs-tooling "0.3.0"]
2223

@@ -45,7 +46,9 @@ cljs-tooling.complete> (completions @cljs.env/*compiler* "al" 'cljs.core)
4546

4647
### Self-host ClojureScript
4748

48-
This library is compatible with self-host ClojureScript. In order to try it out in `lumo`, for instance, just do:
49+
Starting with version 0.3 this library is compatible with self-host
50+
ClojureScript. In order to try it out in `lumo`, for instance, just
51+
do:
4952

5053
```shell
5154
lumo -c $(clojure -Sdeps '{:deps {cljs-tooling {:mvn/version "X.Y.Z"}}}' -Spath)

0 commit comments

Comments
 (0)