point to CoffeeScript.org for installation instructions

This commit is contained in:
Ben Atkin
2012-04-30 11:29:01 -06:00
parent 7958956e84
commit b6ab27adc8

View File

@@ -30,7 +30,7 @@ end
desc "test the CoffeeScript integration"
task :test do
check 'coffee', 'CoffeeScript', 'https://github.com/jashkenas/coffee-script'
check 'coffee', 'CoffeeScript', 'http://coffeescript.org/'
system "coffee test/*.coffee"
end