diff --git a/README.md b/README.md
index 39a2f82602f37eaf26f36f0316991faf66fe6663..66b54b08e418a96563e875d4155c50b2f8444955 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ The project follows a simple methodology somewhat similar to that of the livewir
 
 * Guide points need to be placed in order from start to finish along the path for the extracted path not to overlap incorrectly.
 * Dots don't currently scale with the image size, meaning the dots will appear small on large images.
+* Exported points may have small inaccuracies in labelling which excact pixel point is the user placed point but is accurate to a few pixels in the image.
+    * This is due to the way checking of user placed points is calculated. It is not locked to a specific pixel but is the shortest euclidean distance of the actual point and closest pixel in the path.
 
 ### Authors and acknowledgment