invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
88 stars 14 forks source link

Small typo in README #80

Closed gabrielarpino closed 6 years ago

gabrielarpino commented 6 years ago

In the faq about usage with packages, it mentions we should use get_logger(), but I believe it should be getlogger() no?

https://github.com/invenia/Memento.jl/blob/master/docs/src/faq/pkg-usage.md#L

ararslan commented 6 years ago

Fixed by #85. Thanks for the report!