aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-tap-readme.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Contributions/cmd/brew-tap-readme.rb')
-rwxr-xr-xLibrary/Contributions/cmd/brew-tap-readme.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-tap-readme.rb b/Library/Contributions/cmd/brew-tap-readme.rb
index 1aac1b06d..76770acc7 100755
--- a/Library/Contributions/cmd/brew-tap-readme.rb
+++ b/Library/Contributions/cmd/brew-tap-readme.rb
@@ -10,7 +10,7 @@ How do I install these formulae?
--------------------------------
Just `brew tap homebrew/#{name}` and then `brew install <formula>`.
-If the formula conflicts with one from mxcl/master or another tap, you can `brew install homebrew/#{name}/<formula>`.
+If the formula conflicts with one from Homebrew/homebrew or another tap, you can `brew install homebrew/#{name}/<formula>`.
You can also install via URL:
@@ -22,7 +22,7 @@ Docs
----
`brew help`, `man brew`, or the Homebrew [wiki][].
-[wiki]:http://wiki.github.com/mxcl/homebrew
+[wiki]:http://wiki.github.com/Homebrew/homebrew
EOS
# puts ERB.new(template, nil, '>').result(binding)