diff --git a/documentation/Wireshark/README.md b/documentation/Wireshark/README.md
index a5f5bed89b8a9725e3c0a4f7cfd6a90645ab400e..f11232fb5faa6a03abf85abafe19b43456de3581 100644
--- a/documentation/Wireshark/README.md
+++ b/documentation/Wireshark/README.md
@@ -36,7 +36,8 @@ Always use the latest so that operating-system security and feature sets are up
 
 | File > Preferences > Capture | File > Preferences > Layout |
 | ------ | ------ |
-| <a href="images/WiresharkPreferencesCapture.png"><img src="images/WiresharkPreferencesCapture.png" width="400" align="center"/> | <a href="images/WiresharkPreferencesLayout.png"><img src="images/WiresharkPreferencesLayout.png" width="400" align="center"/> |
+| <a href="images/WiresharkPreferencesAppearanceColumns.png"><img src="images/WiresharkPreferencesAppearanceColumns.png" width="400" align="center"/> | <a href="images/WiresharkPreferencesAppearanceLayout.png"><img src="images/WiresharkPreferencesAppearanceLayout.png" width="400" align="center"/> |
+| <a href="images/WiresharkPreferencesCapture.png"><img src="images/WiresharkPreferencesCapture.png" width="400" align="center"/> | |
 
 2. Set filter to `(tcp.port == 3000 || udp.port == 3000) && dis`
 3. Lauch one of the example programs to send packets, then observe results.