diff --git a/README.md b/README.md
index 78be44d..9e8f631 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
image_to_c
----------
-Added a Python Based GUI for windows. Just run Image2cGUI.py.
+Added GUI wrapper. For windows run 'Image2cGUI.exe' and for Mac run 'Image2cGUI'.
A command line tool for turning binary image files into C source code. The output is an array of unsigned chars and is sent to stdout. Included are comments detailing the image type, size and other details.