README: fix highlighting
This commit is contained in:
@@ -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.
|
function `teardown` which will clean a resource up after use.
|
||||||
|
|
||||||
Use it like so:
|
Use it like so:
|
||||||
````clojure
|
```clojure
|
||||||
(defimpl context-manager my-resource?
|
(defimpl context-manager my-resource?
|
||||||
((teardown (lambda (resource)
|
((teardown (lambda (resource)
|
||||||
(begin
|
(begin
|
||||||
|
Reference in New Issue
Block a user