diff --git a/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md b/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md
index 95f61b5f7f0e3af4db1b6aad8061d8ff1b22453d..3ce572c109016e13161f57f8d5812d75755ad21b 100644
--- a/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md
+++ b/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md
@@ -48,11 +48,9 @@ inet 192.168.0.123 netmask 0xffffff00 broadcast 192.168.0.255
 <br>
 **(e)** Still in the terminal or command prompt window, ping the broadcast address with one of the following commands:
 
-> On Mac OS X: ``ping -b 192.168.0.255``
-<br>
-> On Ubuntu 18.04: ``ping 192.168.0.255``
-<br>
-> On Windows: ``ping 192.168.0.255``
+- On Mac OS X: ``ping 192.168.0.255``
+- On Ubuntu 18.04: ``ping -b 192.168.0.255``
+- On Windows: ``ping 192.168.0.255``
 
 **(f)** The IP address of the RaspberryPi should be one of the IP addresses from which a response is received. As an example, the output of the ping should look something like the following:
 ```