README: fix highlighting

This commit is contained in:
2018-10-17 11:42:42 +02:00
committed by GitHub
parent 866db115c6
commit e44d089d4e

View File

@@ -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