diff --git a/README.md b/README.md
index 326b409e380b25761281382672c060fff9867773..177b88b74e42d38af4588d721258e238ef3b691b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-Provides a datastructure for storing triangles based on how far they are from a light source.
+Provides a function to perform a union on 2 triangles. Intended for use with cone-tracing algorithms.
+
+
+Provides a datastructure for storing triangles based on how far they are from a light source. (Not Implemented Yet)
 
 The datastructure is capable of performing the following queries:
   1. for a point, get the closest triangle