aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-12-20 07:07:16 -0800
committerAdam Vandenberg2011-12-20 07:07:16 -0800
commitf6135568393e52840db1a901f42d1c68f426eb2d (patch)
treefa4680bd74f71a715abb167b49aafc1322d99c02 /Library/Formula
parentaf0762c6d70a661f5c5fe7b722fc1754961adacc (diff)
downloadhomebrew-f6135568393e52840db1a901f42d1c68f426eb2d.tar.bz2
CoffeeScript: update caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/coffee-script.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb
index 17fc6746e..8ca70bf8a 100644
--- a/Library/Formula/coffee-script.rb
+++ b/Library/Formula/coffee-script.rb
@@ -17,13 +17,11 @@ class CoffeeScript < Formula
end
def caveats; <<-EOS.undent
- coffee-script can also be installed via `npm install coffee-script`.
- This has the advantage of supporting multiple versions (of any Node libs)
- at the same time.
-
- You may want to install coffee-script via npm.
+ coffee-script can also be installed via npm with:
+ npm install coffee-script
- This formula may be retired from a future version of Homebrew.
+ This has the advantage of supporting multiple versions of Node libs
+ at the same time.
EOS
end
end