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

- old
+ new

@@ -1,9 +1,11 @@ # Writer -This gem adds a command line utility that writes a new file for you. +This gem adds a command line utility that writes a new file named after today's for you. +It's useful for keeping a private diary or writing a daily log for your job. + ## Doesn't touch do that? Yes, but with this gem you can simply type `wr` and it defaults to a markdown file named after today's date. @@ -71,9 +73,17 @@ 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: '' +``` + +## Development + +``` +git clone git@github.com:you/writer.git +cd writer +./bin/setup ``` ## Contributing Please provide a spec covering your feature or bug fix, thank you!