diff --git a/Web Pages/portfolio.html b/Web Pages/portfolio.html
index 240871e..429eb70 100644
--- a/Web Pages/portfolio.html
+++ b/Web Pages/portfolio.html
@@ -383,9 +383,9 @@
to last the entire internship. I was able to determine that
MQTT-SN
was a good option as it simply sends a data packet to a server without checking for acknowledgement and the packet
- header is sufficiently small. I successfuly implemented the packet structure and delivery to the server, but
- I was unable to get the server to recognize that it received the packet in my remaining time at Hughes.
- Using Wireshark, I confirmed the reception
+ header is sufficiently small. I successfuly implemented the packet structure and delivery to the server on the terminal
+ software written in C. However, I was unable to get the server to recognize that it received the packet in my remaining
+ time at Hughes. Using Wireshark, I confirmed the reception
of the packet, but none of the open-source
MQTT-SN
brokers I used worked.