diff --git a/README.md b/README.md
index 172581bb..50489833 100644
--- a/README.md
+++ b/README.md
@@ -23,13 +23,8 @@ The simplicity of rbenv has its benefits, but also some downsides. See the [comp
On systems with Homebrew package manager, the “Using Package Managers” method is recommended. On other systems, “Basic Git Checkout” might be the easiest way of ensuring that you are always installing the latest version of rbenv.
-
-
-
### Using Package Managers
-
-
1. Install rbenv using one of the following approaches.
#### Homebrew
@@ -67,15 +62,8 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
That's it! You are now ready to [install some Ruby versions](#installing-ruby-versions).
-
-
-
-
-
### Basic Git Checkout
-
-
> **Note**
> For a more automated install, you can use [rbenv-installer](https://github.com/rbenv/rbenv-installer#rbenv-installer). If you do not want to execute scripts downloaded from a web URL or simply prefer a manual approach, follow the steps below.
@@ -115,8 +103,6 @@ This will get you going with the latest version of rbenv without needing a syste
3. Restart your shell so that these changes take effect. (Opening a new terminal tab will usually do it.)
-
-
### Installing Ruby versions
The `rbenv install` command does not ship with rbenv out-of-the-box, but is provided by the [ruby-build][] plugin.