summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-04-26 13:13:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2014-04-26 13:13:23 +0300
commitfad1d3993b55c2ce5c7a6022d7a673fe431a477b (patch)
tree0ecc8ddcbd9a6825c4c2c3aec5bef8ffe4576b34 /README.md
parent8731cb5c00ebca15181b0b99e5d3986b6da36517 (diff)
[Fix #540] Correct a wrong font reference
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ee3e81e..516173bd 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,7 @@ To remove the prefix altogether just set it to an empty string(`""`).
* Normally code you input in the REPL is font-locked with
`cider-repl-input-face` (after you press `RET`) and results are
-font-locked with `cider-repl-output-face`. If you want them to be
+font-locked with `cider-repl-result-face`. If you want them to be
font-locked as in `clojure-mode` use the following:
```el