From e44d089d4eb893b3bb5d46d1128b91c606e6b758 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 17 Oct 2018 11:42:42 +0200 Subject: [PATCH] README: fix highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d081d1c..c5f8d85 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The library also exposes a protocol `context-manager`, comprised of a function `teardown` which will clean a resource up after use. Use it like so: -````clojure +```clojure (defimpl context-manager my-resource? ((teardown (lambda (resource) (begin