Skip to content

Commit 8105d55

Browse files
committed
Address some issues reported by markdownlint
1 parent cfea0d9 commit 8105d55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We recommend using it, since some aspects can be intricate to newcomers.
6464

6565
These are its main tasks for local development:
6666

67-
```
67+
```shell
6868
# Run tests, using mranderson (slower but more realistic)
6969
make test
7070

@@ -99,7 +99,7 @@ before cutting a new release.
9999

100100
Release to [clojars](https://clojars.org/) by tagging a new release:
101101

102-
```
102+
```shell
103103
git tag -a vX.Y.Z -m "Release X.Y.Z"
104104
git push --tags
105105
```
@@ -124,12 +124,12 @@ who have helped so far.
124124

125125
Let's also acknowledge some of the projects leveraged by cider-nrepl:
126126

127-
* [orchard][] - extracted from `cider-nrepl`, so that non-nREPL clients can leverage the generic tooling functionality (like `inspect`, `apropos`, `var-info`, etc
128-
* [compliment][] - for Clojure code completion
129-
* [clj-suitable][] - for ClojureScript code completion using runtime inspection
130-
* [tools.namespace][] - for namespace reloading
131-
* [clj-reload][] - for namespace reloading
132-
* [cljfmt][] - for code formatting
127+
- [orchard][] - extracted from `cider-nrepl`, so that non-nREPL clients can leverage the generic tooling functionality (like `inspect`, `apropos`, `var-info`, etc
128+
- [compliment][] - for Clojure code completion
129+
- [clj-suitable][] - for ClojureScript code completion using runtime inspection
130+
- [tools.namespace][] - for namespace reloading
131+
- [clj-reload][] - for namespace reloading
132+
- [cljfmt][] - for code formatting
133133

134134
## License
135135

0 commit comments

Comments
 (0)