Updated README
diff --git a/xos-apps/auto-scale/README.md b/xos-apps/auto-scale/README.md
index 7a21afe..fa66af6 100644
--- a/xos-apps/auto-scale/README.md
+++ b/xos-apps/auto-scale/README.md
@@ -7,9 +7,9 @@
 This command will start the autoscaling application and start REST server on 9991 port.
 
 ## To verify the autoscaling application:
-1) Login to cloudlab compute nodes
-2) On each compute node, open /etc/ceilometer/pipeline.yaml file
-3) Change the polling interval for "cpu_source" meters from 600 to 60 as shown below
+1) Login to cloudlab compute nodes <br/>
+2) On each compute node, open /etc/ceilometer/pipeline.yaml file<br/>
+3) Change the polling interval for "cpu_source" meters from 600 to 60 as shown below<br/>
 From:
 ```
     - name: cpu_source
@@ -29,8 +29,8 @@
       sinks:
           - cpu_sink
 ```
-4) sudo service ceilometer-agent-compute restart
-5) With this change, the autoscaling application should start receiving the CPU utilization samples every 60 seconds
+4) sudo service ceilometer-agent-compute restart<br/>
+5) With this change, the autoscaling application should start receiving the CPU utilization samples every 60 seconds<br/>
 6) The REST API to retrieve the cpu utilization samples from autoscaling application: http://<app_ip>:9991/autoscaledata 
 
 ## GUI (early development stage)