diff --git a/README.md b/README.md
index e4a50bd2e087fa6b2fd3f9c2fcc5c0b08cb8b9a0..915a12648b8a7c10c9ebed8c507ab8344fe26fe5 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,5 @@
-# GraphGeneration
-NOTE: I made a mistake and uploaded the wrong file before I left town today. generateGraph-new.py is outdated! I am so sorry, but it doesn't have the updates the build the graph, it only computes the paths.
-
-
-working repo for graph generation
-
-generateGraph-new.py has the code that finds paths. It creates a mode for each path through the code and any "mode" in the code is just a variable, not a named mode. 
-
-
-generateGraph.py has the old code which only allows 2 levels of if statements and isn't as stable. Reads mode variable and sets vertices based on modes. Requires that an if statement checks the mode and the new mode is set within the if statement.
-
-
-
-Run within DryVR directory
-
-Usage:
-
-model generation only:
-
-python generateGraph-new.py cfile.c jsonfilewithinitialinfo.json out.json
-
-
-DryVR pipeline (this may not be ready yet, still needs work with mode names):
-
-./fullrun cfile.c jsonfilewithinitialinfo.json out.json
-
-
-
-
-Example:
-
-python generateGraph-new.py cartoy.c singlevehiclesat.json out.json #this toy example was just for looking at nesting, doesn't have an initial json
-
-./full_run singlevehiclesat.c singlevehiclesat.json output.json
+# Verification/Simulation Tool
 
+ourtool folder contains the verification/simulation work
+pythonparser has the python parsing classes (should be moved)
+Example files are found in first level directory such as example_car_lane_switch.py. These types of files are what you can run to use the tool