]> source.dussan.org Git - jquery.git/commitdiff
Minor typo with Homebrew link. Close gh-929.
authorDave Riddle <david@joyvuu.com>
Sat, 15 Sep 2012 20:19:51 +0000 (16:19 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Sat, 15 Sep 2012 20:19:51 +0000 (16:19 -0400)
README.md

index 6012f087a26e80f71dd528621372c2f99d399e1b..76d5c3406d74a395d0644e67692038c5d691d45c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Windows users have two options:
 
 Mac OS users should install Xcode (comes on your Mac OS install DVD, or downloadable from
 [Apple's Xcode site](http://developer.apple.com/technologies/xcode.html)) and
-[http://mxcl.github.com/homebrew/](Homebrew). Once Homebrew is installed, run `brew install git` to install git,
+[Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git,
 and `brew install node` to install Node.js.
 
 Linux/BSD users should use their appropriate package managers to install make, git, and node, or build from source