Skip to content

Commit 1cd643c

Browse files
committed
Merge pull request #1152 from j1n3l0/master
Fix typo in README.md where wrong double quotes was in use
2 parents 8bb3890 + d2d969e commit 1cd643c

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)