branch: elpa/flx
commit 46040d0b096a0340d91235561f27a959a61d0fef
Merge: 9c5cb5de02 82d647a5c6
Author: Jonathan Hayase <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #97 from antmak/patch-1
Fix incorrect markup in the readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b5e4e63396..34e6a8db35 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ By default Emacs will initiate GC every 0.76 MB allocated
(`gc-cons-threshold`
== 800000). If we increase this to 20 MB (`gc-cons-threshold` == 20000000)
we get:
-````lisp
+```lisp
(benchmark-run 1
(setq gc-cons-threshold 20000000)
(let ((cache (flx-make-filename-cache)))