README.md in writer-0.3.1 vs README.md in writer-0.4.0

- old
+ new

@@ -59,9 +59,23 @@ ```yml template_path: .template ``` +## Configuration + +```yml +# in config/writer.yml + +# default config: +namer: 'Writer::FileNamer' +creator: 'Writer::FileCreator' +logger: 'Writer::Logger' +date_format: '%Y-%m%b-%d' +log_level: 2 # 0 - err, 1 - warn, 2 - info, 3 - debug +template_path: '' +``` + ## Contributing Please provide a spec covering your feature or bug fix, thank you! 1. Fork it