diff --git a/Section2/playbooks/show_version/README.md b/Section2/playbooks/show_version/README.md
index 00c41977dc2442a1ddd2f96383a23ad0cd272fd3..47c8a84d81e4f47797278011fca10db65be5cb0a 100644
--- a/Section2/playbooks/show_version/README.md
+++ b/Section2/playbooks/show_version/README.md
@@ -16,11 +16,12 @@ veos ansible_port=9022
 # Why different passwords? JunOS is a lot stricter. Good!
 #
 [junos_hosts]
-vSRX ansible_port=9023 ansible_ssh_pass=Swordfish123```
+vSRX ansible_port=9023 ansible_ssh_pass=Swordfish123
+```
 
 You will need to replace the host information to match your test/learning environment.
 
-Run ``ansible-playbook -i hosts show_version.yaml`` to try out the playbook.
+Run `ansible-playbook -i hosts show_version.yaml` to try out the playbook.
 
 # Show the full responses to a module invocation