Skip to content

Commit d2d969e

Browse files
committed
Replace "fancy" double quote character with "regular" double quote
This should prevent errors when one copy-pastes the instructions in the text.
1 parent b7fb01c commit d2d969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ nasty bugs in 0.2.6). Unfortunately the latest `leiningen` (2.5.1) pulls in exac
10341034
add this to your `profiles.clj`:
10351035

10361036
```clojure
1037-
{:user {:dependencies [[org.clojure/tools.nrepl "0.2.10]]}}
1037+
{:user {:dependencies [[org.clojure/tools.nrepl "0.2.10"]]}}
10381038
```
10391039

10401040
Make sure you add the newer nREPL dependency to the `:dependencies` key instead

0 commit comments

Comments
 (0)