Replace @ in README with deref #28
+1
−1
I can apply this, but it should be noted that reading profiles.clj as EDN is wrong and should be fixed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some lein plugins, such as lein-ancient, read profiles.clj as EDN. The @ reader macro is not valid EDN, so I changed the example in the README to use deref instead.
Exact usage: https://github.com/xsc/lein-ancient/blob/master/src/leiningen/ancient/utils/io.clj#L93