From 254b1d57c0b29a7cda80a4d487ee734e807ed7ff Mon Sep 17 00:00:00 2001 From: daniele Date: Mon, 22 Jun 2015 11:22:57 +0100 Subject: [PATCH] Fixed typo bundle exec --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f3a40a..d640e3a 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,8 @@ $ PACTO_MODE=validate bundle exec rake test:vcr You should see they both pass. Now try: ```sh -$ PACTO_MODE=validate brake test:webmock -$ PACTO_MODE=validate brake test:sinatra +$ PACTO_MODE=validate bundle exec rake test:webmock +$ PACTO_MODE=validate bundle exec rake test:sinatra ``` You'll see some errors: