weavejester / integrant-repl

Reloaded workflow functions for Integrant
MIT License
157 stars 17 forks source link

Wrong parameter for clojure.tools.namespace.repl/set-refresh-dirs in README.md #18

Closed julianwegkamp closed 3 years ago

julianwegkamp commented 3 years ago

Small error in the README.md. clojure.tools.namespace.repl/set-refresh-dirs expects a variable number of parameters instead of a vector.

http://clojure.github.io/tools.namespace/#clojure.tools.namespace.repl/set-refresh-dirs

weavejester commented 3 years ago

Fixed. Thanks for the issue report.