From eb1c7c5ffd7d1e47f56974ba130596dfcc726f7a Mon Sep 17 00:00:00 2001 From: germs12 Date: Wed, 8 Jul 2015 07:37:14 -0400 Subject: [PATCH] Update README.md Updating the read me to show the correct way to install the emma gem. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84585e0..e65991c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ bundle exec rake run_tests Add this line to your application's Gemfile: - gem 'emma' + gem 'emma', :github => "myemma/EmmaRuby" And then execute: