diff --git a/README.md b/README.md
index e84bc40acf44154e72d4232b5c3a995c25b840bd..0630921d914371fd91a2417169c4d1b2e9845bd6 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@
 - Establish connection. Converting ints from bytes meant indexing made it easy to split the packet into its ports and sections.
 ![Packet](img/recbasicclient.png)
 ### Task 2 - Check Sum
-After this, a checksum calculation function began development to check the legitimacy of the checksum, by comparing the computed one to the public one. This failed a few times to start with.
+- After this, a checksum calculation function began development to check the legitimacy of the checksum, by comparing the computed one to the public one. This failed a few times to start with.
 ![CheckFail](img/computechecksum.png)
-
+- Further trial and error with checksum and it seems to work better. Data is being parsed correctly. Note: Some redundant code due to tests.
+![CheckBetter](img/checksum2.png)