Skip to content

Commit add23c9

Browse files
committed
Minor readme tweaks
1 parent c2aedeb commit add23c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Those will be addressed over the time, as more and more people use `clojure-ts-m
5656
### Requirements
5757

5858
For `clojure-ts-mode` to work, you need Emacs 30+ built with TreeSitter support.
59-
To check if your Emacs supports tree sitter run the following (e.g. by using `M-:`):
59+
To check if your Emacs supports TreeSitter run the following (e.g. by using `M-:`):
6060

6161
``` emacs-lisp
6262
(treesit-available-p)
@@ -84,15 +84,15 @@ grammars
8484

8585
clojure-ts-mode is available on [MElPA](https://melpa.org/#/clojure-ts-mode) and
8686
[NonGNU ELPA](https://elpa.nongnu.org/nongnu/clojure-ts-mode.html).
87-
It can be installed with
87+
It can be installed with:
8888

8989
``` emacs-lisp
9090
(package-install 'clojure-ts-mode)
9191
```
9292

9393
#### package-vc
9494

95-
Emacs 29 also includes `package-vc-install`, so you can run
95+
Emacs also includes `package-vc-install`, so you can run:
9696

9797
``` emacs-lisp
9898
(package-vc-install "https://github.com/clojure-emacs/clojure-ts-mode")
@@ -112,7 +112,7 @@ git clone https://github.com/clojure-emacs/clojure-ts-mode.git
112112
(add-to-list 'load-path "~/path/to/clojure-ts-mode/")
113113
```
114114

115-
Once installed, evaluate clojure-ts-mode.el and you should be ready to go.
115+
Once installed, evaluate `clojure-ts-mode.el` and you should be ready to go.
116116

117117
### Install tree-sitter grammars
118118

0 commit comments

Comments
 (0)