diff --git a/README.md b/README.md
index a745ed92caa571a09822f81ea5a163b55e47787e..6dbce9d2945c02db69a2b8de7ba4b4682f7b51c5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 - 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)
+![CheckBetter](img/checksum2.PNG)
 ### Task 3 
 -- Created some UDP packet transfer between localhost and server, different check sums occur, and are compared with eachother before connection, so checksum compute needs tweaking to match the connection and for accuracy.
 ![Test](img/lt.png)