Documentation formatting fixes

Change-Id: I41020d773f1c0ced6f265b6788529ffcd283b485
diff --git a/README.md b/README.md
index a9aed57..3d8c508 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,8 @@
 reboot
 ```
 The services can also be stopped/started manually:
-```shell 
+
+```shell
 service bal_core_dist stop
 service openolt stop
 service bal_core_dist start
@@ -177,11 +178,11 @@
 
 2. binfmt-support -  kernel support for ppc builds
 
-       $ sudo apt-get install binfmt-support
+       `sudo apt-get install binfmt-support`
 
 3. Essential tools for building packages
 
-       $ sudo apt-get install build-essential
+       `sudo apt-get install build-essential`
 
 4. At least 4G of ram and 4G of swap -  compilation is memory intensive
 
diff --git a/agent/README.md b/agent/README.md
index a513aba..6427faf 100644
--- a/agent/README.md
+++ b/agent/README.md
@@ -76,11 +76,13 @@
 Rebooting the OLT (after the installation) will start bal_core_dist and openolt as init.d services:
 
 Rebooting the OLT will start the bal_core_dist and openolt services:
+
 ```shell
 reboot
 ```
 The services can also be stopped/started manually:
-```shell 
+
+```shell
 service bal_core_dist stop
 service openolt stop
 service bal_core_dist start
@@ -88,6 +90,7 @@
 ```
 
 Check the status of the services:
+
 ```shell
 service bal_core_dist status
 service openolt status
@@ -103,6 +106,7 @@
 cd /broadcom
 ./bal_core_dist -C :55001
 ```
+
 The `bal_core_dist` executable, when run in foreground, presents the CLI for Broadcom's BAL - Broadband Access Layer which is useful for debugging.
 
 While the first executable still runs (even in background), open another
@@ -177,11 +181,11 @@
 
 2. binfmt-support -  kernel support for ppc builds
 
-       $ sudo apt-get install binfmt-support
+       `sudo apt-get install binfmt-support`
 
 3. Essential tools for building packages
 
-       $ sudo apt-get install build-essential
+       `sudo apt-get install build-essential`
 
 4. At least 4G of ram and 4G of swap -  compilation is memory intensive