From 8622d9f3f123b160e8f70a7027e887fc0a48273b Mon Sep 17 00:00:00 2001 From: = Date: Mon, 9 Jul 2012 15:06:02 -0400 Subject: [PATCH] Fix name in Getting Started section --- _includes/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/getting-started.md b/_includes/getting-started.md index b36faa6..741b7e8 100644 --- a/_includes/getting-started.md +++ b/_includes/getting-started.md @@ -17,7 +17,7 @@ You can start learning PHP without the hassle of installing and configuring a fu ## Mac Setup -OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current stable version of PHP, though. You can get the PHP executable through a number of Mac [package managers][mac-package-managers] or [compile it yourself][mac-compile] (if compiling, be sure to have Xcode installed, or Apple's substitute ["Command Line Tools for Xcode" downloadable from Apple Developer][apple-developer]). For a complete Apache, MySQL, and PHP installation check out [MAMP2][mamp-downloads]. +OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current stable version of PHP, though. You can get the PHP executable through a number of Mac [package managers][mac-package-managers] or [compile it yourself][mac-compile] (if compiling, be sure to have Xcode installed, or Apple's substitute ["Command Line Tools for Xcode" downloadable from Apple's Mac Developer Center][apple-developer]). For a complete Apache, MySQL, and PHP installation check out [MAMP2][mamp-downloads]. [mac-package-managers]: http://www.php.net/manual/en/install.macosx.packages.php [mac-compile]: http://www.php.net/manual/en/install.macosx.compile.php