Update README.md

I had some trouble pulling this down... these options seemed to do the trick.
This commit is contained in:
Chip Miller 2014-01-13 18:14:05 -08:00
parent ca86a577d8
commit 38b145ccad
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ Make sure `jasmine-headless-webkit` can find the reporters:
# Gemfile
gem 'jasmine-headless-webkit'
gem 'jasmine-headless-webkit-reporters'
gem 'jasmine-headless-webkit-reporters', git: 'git@github.com:johnbintz/jasmine-headless-webkit-reporters.git', submodules:true
```