README.md in guard-preek-0.0.4 vs README.md in guard-preek-0.0.5
- old
+ new
@@ -8,27 +8,27 @@
Do your refactoring with [Guard](https://github.com/guard/guard) and [Preek](https://github.com/joenas/preek) printing the smells for you. In color!
## Installation
$ gem install guard-preek
-
+
or
# Add to Gemfile
gem 'guard/preek'
or install it yourself
$ git clone git@github.com:joenas/guard-preek.git
$ cd guard-preek
$ rake install
-
+
## Usage
-To generate template:
-
+To generate template:
+
$ guard init preek
### Examples
```ruby
guard :preek, run_all_dir: 'lib' do
@@ -38,9 +38,10 @@
### Available options
``` ruby
run_all_dir: 'lib' # Enter in guard will run Preek on 'lib'
+report: :verbose # Use Preek::VerboseReport, default is QuietReport
```
## Contributing
1. Fork it