From 5ed921266f14a09cc74f5a16df687610c656cbf3 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 18 Sep 2013 17:54:40 -0400 Subject: [PATCH] Update README formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a1a93f..265b277 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,12 @@ This section details "quick development" steps. For a detailed explanation, see 4. Make your changes/patches/fixes, committing appropiately 5. **Write tests** 6. Run the tests: - - `bundle exec foodcritic -f any .` - `bundle exec rspec` - `bundle exec rubocop` - `bundle exec kitchen test` - In detail: - + In detail: - Foodcritic will catch any Chef-specific style errors - RSpec will run the unit tests - Rubocop will check for Ruby-specific style errors