From 8140b3e9d58503060744613c03470240f92266db Mon Sep 17 00:00:00 2001 From: Alex Izvorski Date: Thu, 5 Feb 2015 01:51:17 -0800 Subject: [PATCH] Update README.md Fix typo, "bundle execute" -> "bundle exec" --- 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 =================