From f6135568393e52840db1a901f42d1c68f426eb2d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 20 Dec 2011 07:07:16 -0800 Subject: CoffeeScript: update caveats --- Library/Formula/coffee-script.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3