Skip to content

Commit

Permalink
Merge pull request #255 from terop/fix_kibit_example_in_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Sep 5, 2023
2 parents d4a256d + d68fa45 commit a5fbc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -142,7 +142,7 @@ Add the following to your aliases
```clojure
:kibit {:extra-deps {jonase/kibit {:mvn/version "0.X.Y"}}
:exec-fn kibit.driver/exec
:exec-args {:paths ["."]}
:exec-args {:paths ["."]}}
```

Then run `clojure -X:kibit`. For more options, please see the
Expand Down

0 comments on commit a5fbc72

Please sign in to comment.