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