From e06b5ae61f7b4c5d269331655c8d6f715748073f Mon Sep 17 00:00:00 2001 From: jon mills Date: Mon, 13 Apr 2015 14:08:56 +0100 Subject: [PATCH] Update README.md Corrected bundle command line option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ff69d..89536ea 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Getting Started > git clone --recursive https://github.com/throwtheswitch/cmock.git > cd cmock > bundle install # Ensures you have all RubyGems needed - > bundle execute rake # Run all CMock library tests + > bundle exec rake # Run all CMock library tests API Documentation =================