stevenproctor/lumberjack

No dependency information in README

Closed this issue · 4 comments

This is a library and there is no dependency/artifact information in the README. Beginners
won't be able to use your project. Please add that.

If you need an example, see Monger's README.

Thanks for the example, I am planning on updating the README soon.

README has been updated with Artifact and Dependency info. Will be flushing out the getting started section next.

Anything else standard that I am missing?
Thanks!

Thank you. The rest is OK. I wouldn't use "naked clojure.core/use" so heavily in examples, though. clojure.core/require is a much better idea.

Thanks very much for your feedback, it is greatly appreciated.