diff --git a/docs/upgrades.md b/docs/upgrades.md
index 9a57f43ac73fc5a0fda196515caf3d62225ed620..c37cad54af9f386c0cec85b892ca938cc11ec759 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -44,7 +44,7 @@ deployed.
 ```
 git fetch origin
 git checkout origin/master
-ansible-playbook upgrade-cluster cluster.yml -i inventory/inventory.cfg
+ansible-playbook upgrade-cluster.yml -b -i inventory/inventory.cfg
 ```
 
 #### Upgrade order
@@ -53,9 +53,9 @@ As mentioned above, components are upgraded in the order in which they were
 installed in the Ansible playbook. The order of component installation is as
 follows:
 
-# Docker
-# etcd
-# kubelet and kube-proxy
-# network_plugin (such as Calico or Weave)
-# kube-apiserver, kube-scheduler, and kube-controller-manager
-# Add-ons (such as KubeDNS)
+* Docker
+* etcd
+* kubelet and kube-proxy
+* network_plugin (such as Calico or Weave)
+* kube-apiserver, kube-scheduler, and kube-controller-manager
+* Add-ons (such as KubeDNS)