Merge pull request #1257 from benatkin/patch-1

Use the same type of URL for installation instructions.
This commit is contained in:
Jeremy Ashkenas
2012-04-30 10:38:49 -07:00

View File

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