Skip to content

Commit

Permalink
Merge pull request #3 from jasonm/master
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
netzpirat committed Sep 17, 2011
2 parents 0c7b85b + db56b07 commit 01ce66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ the supplied Rake task:

Next follows an example on how to configure your `Guardfile` with the Jasmine gem:

guard 'jasmine', :url => 'http://127.0.0.1:8888' do
guard 'jasmine', :jasmine_url => 'http://127.0.0.1:8888' do
watch(%r{public/javascripts/(.+)\.js}) { |m| "spec/javascripts/#{m[1]}_spec.js" }
watch(%r{spec/javascripts/(.+)_spec\.js}) { |m| "spec/javascripts/#{m[1]}_spec.js" }
watch(%r{spec/javascripts/support/jasmine\.yml}) { "spec/javascripts" }
Expand Down

0 comments on commit 01ce66e

Please sign in to comment.