From 7589a51577fdd3e8085ff869cad2c904bd2c15be Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 22 May 2022 02:26:02 -0700
Subject: [PATCH] add step for launching

---
 documentation/Wireshark/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/Wireshark/README.md b/documentation/Wireshark/README.md
index 610b0def72..3cd36081ce 100644
--- a/documentation/Wireshark/README.md
+++ b/documentation/Wireshark/README.md
@@ -45,7 +45,8 @@ Always use the latest version so that operating-system security and feature sets
 | <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.
+3. Press the blue Wireshark fin in the header bar to begin monitoring packets.
+4. Launch one of the example programs to send packets, then observe results.
 
 | `udp && dis` | `(tcp.port == 3000 \|\| udp.port == 3000) && dis` |
 | ------ | ------ |
-- 
GitLab