Skip to content

Commit 6913798

Browse files
committed
Fix small things in README again
1 parent b53074a commit 6913798

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ point. You can, however, change this behaviour by invoking such
106106
commands with a prefix argument. For instance: `C-u C-c C-v` will ask
107107
for the symbol you want to show the docstring for.
108108

109-
#### Clojure cli socket REPL
109+
#### Clojure Command Line Socket REPL
110110

111111
If you have the new [Clojure CLI tools][] installed you can use the `clojure` command:
112112

@@ -128,7 +128,7 @@ or the following to your [Emacs init file][]:
128128
(setf inf-clojure-tools-deps-cmd '("localhost" . 5555)):
129129
```
130130

131-
#### Leiningen socket REPL
131+
#### Leiningen Socket REPL
132132

133133
For Leiningen, add the following option to your `~/.lein/profiles.clj` or your `project.clj`:
134134

@@ -148,7 +148,7 @@ or the following to your [Emacs init file][]:
148148
(setf inf-clojure-lein-cmd '("localhost" . 5555))
149149
```
150150

151-
#### Boot socket REPL
151+
#### Boot Socket REPL
152152

153153
For boot, export the environment variable `BOOT_JVM_OPTIONS`:
154154

@@ -191,8 +191,8 @@ or the following to your [Emacs init file][]:
191191
Project detection can be completely skipped and the `generic` project type can be used instead:
192192

193193
```el
194-
(inf-clojure-project-type . "generic")
195-
(setq inf-clojure-generic-cmd '("localhost" 5555))
194+
(setf inf-clojure-project-type . "generic")
195+
(setf inf-clojure-generic-cmd '("localhost" 5555))
196196
```
197197

198198
#### Caveats

0 commit comments

Comments
 (0)