Use code class for commands
Change-Id: Ia3fab9ba842b28aa6aa3baf6af40576ca0ad5f54
diff --git a/_includes/ddinstall.html b/_includes/ddinstall.html
index 1fe51eb..c906cad 100644
--- a/_includes/ddinstall.html
+++ b/_includes/ddinstall.html
@@ -4,7 +4,7 @@
<a id='dd'></a>
<hr />
<p class="text">Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:</p>
-<p class="text">su</p>
-<p class="text">dd if=/sdcard/twrp.img of={{ page.ddof }}</p>
+<p class="code">su</p>
+<p class="code">dd if=/sdcard/twrp.img of={{ page.ddof }}</p>
</html>
{% endif %}