Skip to content

Commit 99537a4

Browse files
Merge pull request #13 from slipset/patch-1
Fix copy-pasta error
2 parents ef72111 + c804e73 commit 99537a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can tell Cursive to [resolve](https://cursive-ide.com/userguide/macros.html)
7474

7575
## clj-kondo integration
7676

77-
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:
77+
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:
7878

7979
```
8080
{:lint-as {net.danielcompton.defn-spec-alpha/defn schema.core/defn}}

0 commit comments

Comments
 (0)