From c804e730e91b195c8756a468f19e0ad5f6470f7f Mon Sep 17 00:00:00 2001 From: Erik Assum Date: Mon, 30 Dec 2019 21:34:36 +0100 Subject: [PATCH] Fix copy-pasta error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92cd7e0..3605a04 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You can tell Cursive to [resolve](https://cursive-ide.com/userguide/macros.html) ## clj-kondo integration -You can tell Cursive to [resolve](https://cljdoc.org/d/clj-kondo/clj-kondo/CURRENT/doc/configuration#lint-a-custom-macro-like-a-built-in-macro) defn-spec's `defn` macro like the schema `defn` macro. Add the following to your `.clj-kondo/config.edn` file: +You can tell clj-kondo to [resolve](https://cljdoc.org/d/clj-kondo/clj-kondo/CURRENT/doc/configuration#lint-a-custom-macro-like-a-built-in-macro) defn-spec's `defn` macro like the schema `defn` macro. Add the following to your `.clj-kondo/config.edn` file: ``` {:lint-as {net.danielcompton.defn-spec-alpha/defn schema.core/defn}}