@@ -78,8 +78,8 @@ a Clojure project, without having to visit any file in it.
78
78
You can go to your project's directory in a terminal and type there
79
79
(assuming you're using Leiningen that is):
80
80
81
- ```
82
- $ lein repl
81
+ ``` shell
82
+ lein repl
83
83
```
84
84
85
85
Alternatively you can start nREPL either manually or by the facilities provided
@@ -128,22 +128,22 @@ The direction of the project is being stewarded by the CIDER core team. This
128
128
group of long-term contributors manage releases, evaluate pull-requests, and
129
129
does a lot of the groundwork on major new features.
130
130
131
- * [ Bozhidar Batsov] ( https://github.com/bbatsov ) (author & head maintainer)
132
- * [ Vitalie Spinu] ( https://github.com/vspinu )
133
- * [ Michael Griffiths] ( https://github.com/cichli )
134
- * [ Lars Andersen] ( https://github.com/expez )
131
+ - [ Bozhidar Batsov] ( https://github.com/bbatsov ) (author & head maintainer)
132
+ - [ Vitalie Spinu] ( https://github.com/vspinu )
133
+ - [ Michael Griffiths] ( https://github.com/cichli )
134
+ - [ Lars Andersen] ( https://github.com/expez )
135
135
136
136
### CIDER Alumni
137
137
138
138
In addition, we'd like to extend a special thanks the following retired CIDER
139
139
core team members. Lovingly known as The Alumni:
140
140
141
- * [ Tim King] ( https://github.com/kingtim ) (original author)
142
- * [ Phil Hagelberg] ( https://github.com/technomancy )
143
- * [ Hugo Duncan] ( https://github.com/hugoduncan )
144
- * [ Steve Purcell] ( https://github.com/purcell )
145
- * [ Artur Malabarba] ( https://github.com/malabarba )
146
- * [ Jeff Valk] ( https://github.com/jeffvalk )
141
+ - [ Tim King] ( https://github.com/kingtim ) (original author)
142
+ - [ Phil Hagelberg] ( https://github.com/technomancy )
143
+ - [ Hugo Duncan] ( https://github.com/hugoduncan )
144
+ - [ Steve Purcell] ( https://github.com/purcell )
145
+ - [ Artur Malabarba] ( https://github.com/malabarba )
146
+ - [ Jeff Valk] ( https://github.com/jeffvalk )
147
147
148
148
## Release policy
149
149
@@ -181,11 +181,12 @@ for your preferences (although currently [Open Collective](https://opencollectiv
181
181
If you're working in a company that's making significant use of CIDER we'd appreciate it if you suggest to your company
182
182
to become a CIDER sponsor.
183
183
184
- You can support the development of CIDER, [ clojure-mode] [ ] and [ inf-clojure] [ ] via
185
- [ Open Collective] ( https://opencollective.com/cider ) ,
186
- [ GitHub Sponsors] ( https://github.com/sponsors/bbatsov ) ,
187
- [ Patreon] ( https://www.patreon.com/bbatsov ) and
188
- [ PayPal] ( https://www.paypal.me/bbatsov ) .
184
+ You can support the development of CIDER, [ clojure-mode] [ ] and [ inf-clojure] [ ] via:
185
+
186
+ - [ Open Collective] ( https://opencollective.com/cider )
187
+ - [ GitHub Sponsors] ( https://github.com/sponsors/bbatsov )
188
+ - [ Patreon] ( https://www.patreon.com/bbatsov )
189
+ - [ PayPal] ( https://www.paypal.me/bbatsov )
189
190
190
191
### Open Collective Backers
191
192
0 commit comments