updated docs
diff --git a/README.md b/README.md
index c11bccb..e0277b7 100644
--- a/README.md
+++ b/README.md
@@ -7,20 +7,20 @@
 
 ```ansible-galaxy install -r requirements.yml```
 
-### replication_factor_update.yml usage
+### Usage: replication_factor_update.yml 
 
 The ```replication_factor_update.yml``` requires that you specify the ```replication_factor```,
 ```opdk_region``` and the ```hosts```. 
 
 ```ansible-playbook replication_factor_update.yml -e hosts=dc-1-ds -e opdk_region=dc-1 -e replication_factor=3```
 
-### update.yml usage
+### Usage: update.yml 
 This playbook contains a convenience playbook that uses the ```replication_factor_update.yml```
  and requires that you specify only the ```replication_factor```.
 
 ```ansible-playbook update.yml -vv -b -e replication_factor=3```
 
-### Tags
+### Defined Tags 
 Playbook Name | Tag Name | Description 
 --- | --- | ----
 update.yml | dc-1 | All tasks on dc-1 only