README.md in guard-rspec-4.0.0 vs README.md in guard-rspec-4.0.1
- old
+ new
@@ -59,10 +59,10 @@
## Options
Guard::RSpec 4.0 use now a more simple approach with the new `cmd` option that let you precisely define which rspec command will be launched on each run. As example if you want to support Spring with a custom formatter (progress by default) use:
``` ruby
-guard :rspec, cdm: 'spring rspec -f doc' do
+guard :rspec, cmd: 'spring rspec -f doc' do
# ...
end
```
### List of available options: