diff --git a/compose/install.md b/compose/install.md
index 2357d170ab..1aad60cd66 100644
--- a/compose/install.md
+++ b/compose/install.md
@@ -44,7 +44,8 @@ Python package manager or installing Compose as a container.
@@ -68,7 +69,7 @@ If you are running the Docker daemon and client directly on Microsoft
Windows Server, follow the instructions in the Windows Server tab.
-
+
### Install Compose on Windows Server
@@ -202,12 +203,11 @@ sudo curl -L --fail https://github.com/docker/compose/releases/download/{{site.c
sudo chmod +x /usr/local/bin/docker-compose
```
-
-----
+
-## Install pre-release builds
+### Install pre-release builds
If you're interested in trying out a pre-release build, you can download release
candidates from the [Compose repository release page on GitHub](https://github.com/docker/compose/releases){: target="_blank" rel="noopener" class="_"}.
@@ -221,6 +221,10 @@ Pre-releases built from the "master" branch are also available for download at
> but may be less stable.
{: .important}
+
+
+
+----
## Upgrading