diff --git a/README.rst b/README.rst
index 44ec5c1..fa9c316 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,6 @@
OSX GCC Installer
=================
-Downloading and installing the *massive* Xcode installer is a huge hassle
-if you just want GCC and related tools.
-
The osx-gcc-installer allows you to install the essential compilers from either pre-built binary packages or helps you create your own installer.
For Lion and above users, **Apple now provides an official Command Line Tools for Xcode package** that you can install without needing to install Xcode itself! You can install it with ``xcode-select --install`` on Mavericks and Yosemite or download it from `Apple's developer site `_ (free registration required) and search for "Command Line Tools" on Lion and Mountain Lion.
@@ -16,7 +13,6 @@ Option 1: Downloading Pre-Built Binaries
You can download the installers on the
`Downloads page `_ or use the links below:
-* OS X 10.8 Mountain Lion: `GCC-10.7.pkg `_ (Includes 10.7 Headers, so use with caution).
* OS X 10.7 Lion: `GCC-10.7.pkg `_
* OS X 10.6 Snow Leopard: `GCC-10.6.pkg `_
@@ -65,5 +61,4 @@ Troubleshooting
is known to cause various difficult-to-diagnose problems and is not recommended.
If you intend to only use command line tools you should first uninstall Xcode entirely before
-installing osx-gcc-installer, or see below for other options.
-
+installing osx-gcc-installer.