README.md in logstop-0.2.5 vs README.md in logstop-0.2.6
- old
+ new
@@ -100,13 +100,13 @@
- [Report bugs](https://github.com/ankane/logstop/issues)
- Fix bugs and [submit pull requests](https://github.com/ankane/logstop/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features
-To get started with development and testing:
+To get started with development:
```sh
git clone https://github.com/ankane/logstop.git
cd logstop
bundle install
-rake test
+bundle exec rake test
```