Fix formatting issue with <PARAM>

Bug: 27295283
Change-Id: I51dd3fd323e286b05499553cab11d7fb529ed1ff
diff --git a/README.md b/README.md
index 8271f8d..c5a9ef1 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
     lunch aosp_<TARGET>
     make [-j15]
 
-*where <ANDROID_SOURCE_ROOT> is the root directory of the android tree and <TARGET> is the lunch
+*where `<ANDROID_SOURCE_ROOT>` is the root directory of the android tree and `<TARGET>` is the lunch
 target name*
 
 Then Build SL4A:
@@ -47,7 +47,7 @@
     adb shell "am start -a com.googlecode.android_scripting.action.LAUNCH_SERVER \
                --ei com.googlecode.android_scripting.extra.USE_SERVICE_PORT <DEVICE_PORT_NUM> \
                com.googlecode.android_scripting/.activity.ScriptingLayerServiceLauncher"
-*where <HOST_PORT_NUM> and <DEVICE_PORT_NUM> are the tcp ports on the host computer and device.*
+*where `<HOST_PORT_NUM>` and `<DEVICE_PORT_NUM>` are the tcp ports on the host computer and device.*
 
 ### Generate the API Documentation
 From SL4A source directory run this command: