diff --git a/README.md b/README.md
index 7888d2b52e04e8868ca17c57b761df6ce32c2f67..c7c61be18329f4a9d289878f79556570db7b6b57 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,7 @@
 ![Connect](img/estabconnect.png)
 - 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.
 ![CheckFail](img/computerchecksum.png)
+