Skip to content

Commit 137df2a

Browse files
committed
Tiny README improvements
1 parent 720265d commit 137df2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ prefixed with some ns (or ns alias):
9494
The bodies of certain more complicated macros and special forms
9595
(e.g. `letfn`, `deftype`, `extend-protocol`, etc) are indented using
9696
a contextual backtracking indentation method, require more sophisticated
97-
indent specifications. Here are a few examples.
97+
indent specifications. Here are a few examples:
9898

9999
```el
100100
(define-clojure-indent
@@ -108,7 +108,7 @@ indent specifications. Here are a few examples.
108108
(specify '(1 (1))))
109109
```
110110

111-
These follow the same rules as the `:style/indent` metadata specified by cider-nrepl.
111+
These follow the same rules as the `:style/indent` metadata specified by [cider-nrepl][].
112112
For instructions on how to write these specifications, see
113113
[this document](https://github.com/clojure-emacs/cider/blob/master/doc/Indent-Spec.md#indent-specification).
114114
The only difference is that you're allowed to use lists instead of vectors.
@@ -212,6 +212,7 @@ Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to vie
212212
[badge-travis]: https://travis-ci.org/clojure-emacs/clojure-mode.svg?branch=master
213213
[travis]: https://travis-ci.org/clojure-emacs/clojure-mode
214214
[CIDER]: https://github.com/clojure-emacs/cider
215+
[cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
215216
[inf-clojure]: https://github.com/clojure-emacs/inf-clojure
216217
[Leiningen]: http://leiningen.org
217218
[contributors]: https://github.com/clojure-emacs/clojure-mode/contributors

0 commit comments

Comments
 (0)