diff --git a/README.md b/README.md
index 4bd266fb82f62db7ce26f51dd7c116a4bc8f31d4..69d32467fe25933cf38b32a64484577d7f4c0e9f 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ First of all, we had to prepare the CIFAR dataset. All the code can be found on
 All the code can be found on the python file knn.py
 
 Here is the graph of the accuracy of my knn code epending on the value of k for the Cifar dataset with a split factor of 0.9:
-``
+[knn](results/knn.jpeg)
 
 ## Artificial Neural Network