aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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