Skip to content

Commit

Permalink
Fix copy-pasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Dec 30, 2019
1 parent ef72111 commit c804e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit c804e73

Please sign in to comment.