From 450f38a8f9d2cd1424dfaa93bcc199a97abb201b Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Thu, 3 Dec 2015 18:04:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 702a032..6d6ca7d 100644 --- a/README.md +++ b/README.md @@ -154,5 +154,5 @@ To run the tests install the ruby dependencies with `bundler` and execute ``` bundle install --path vendor/bundle -bundle exec rake +bundle exec rake spec ```